24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "week-1-task-3-r3f",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"packageManager": "yarn@1.22.22",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "echo 'Lint not configured yet'",
|
|
"preview": "vite preview",
|
|
"clean": "rm -rf dist build .next"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/fiber": "^9.5.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"three": "^0.183.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^6.0.0",
|
|
"vite": "^8.0.3"
|
|
}
|
|
} |