You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "ridebus-landing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-spring/web": "^9.7.3",
|
|
"@types/node": "20.11.20",
|
|
"@types/react": "18.2.58",
|
|
"@types/react-dom": "18.2.19",
|
|
"clsx": "^2.1.0",
|
|
"hash": "^0.2.1",
|
|
"next": "14.1.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sass": "^1.71.1",
|
|
"sharp": "^0.33.2",
|
|
"stats.js": "^0.17.0",
|
|
"three": "^0.161.0",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.1.0",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"@types/stats.js": "^0",
|
|
"@types/three": "^0.161.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"prettier": "^3.2.5",
|
|
"raw-loader": "^4.0.2"
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|