30 lines
652 B
JSON
30 lines
652 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.102.6",
|
|
"@react-three/fiber": "^8.15.19",
|
|
"framer-motion": "^11.0.14",
|
|
"next": "14.1.3",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^5.0.1",
|
|
"three": "^0.162.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.3",
|
|
"postcss": "^8.4.36",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|