microduck-simulator / app /package.json
tfrere's picture
tfrere HF Staff
feat: Vite+React+MUI+R3F app shell in app/ (framework-agnostic game core, zustand bridge)
3570fe8
Raw
History Blame Contribute Delete
541 Bytes
{
"name": "microduck-sandbox",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^9.3.1",
"@react-three/fiber": "^9.7.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"three": "^0.164.1",
"zustand": "^5.0.15"
},
"devDependencies": {
"@vitejs/plugin-react": "^6.1.0",
"vite": "^8.2.2"
}
}