3d / client /package.json
hologramicon's picture
Update client/package.json
7c1c666 verified
raw
history blame contribute delete
442 Bytes
{
"name": "client",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@react-three/fiber": "8.15.10",
"three": "0.152.2",
"@react-three/drei": "9.93.0"
},
"devDependencies": {
"vite": "5.0.0",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.4.5"
}
}