play.webvr.dev/template/package.json
2024-04-14 09:17:49 -07:00

20 lines
374 B
JSON

{
"name": "threejs-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-react": "4.1",
"vite": "^4.5.0"
},
"dependencies": {
"react": "18.2",
"react-dom": "18.2",
"@react-three/fiber": "^8.15.8",
"three": "^0.158.0"
}
}