Files
MotionSimulator/package.json
2025-12-21 22:35:36 +09:00

26 lines
540 B
JSON

{
"name": "motionsimulator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@react-three/fiber": "^9.4.2",
"lucide-react": "^0.562.0",
"three": "^0.182.0",
"@react-three/drei": "^10.7.7"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}