{ "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" } }