33 lines
746 B
JSON
33 lines
746 B
JSON
{
|
|
"name": "upload-gltf",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^16.2.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"three": "^0.183.0",
|
|
"@react-three/fiber": "^9.5.0",
|
|
"@react-three/drei": "^10.7.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/busboy": "^1.5.4",
|
|
"@types/node": "^22.13.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/three": "^0.183.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|