Spaces:
Sleeping
Sleeping
| { | |
| "name": "SparkSplat", | |
| "private": true, | |
| "version": "0.0.1", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc --noEmit && vite build", | |
| "preview": "vite preview", | |
| "test": "vitest run", | |
| "typecheck": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@phosphor-icons/react": "^2.1.10", | |
| "@radix-ui/themes": "^3.3.0", | |
| "@react-three/drei": "^10.7.7", | |
| "@react-three/fiber": "^9.6.0", | |
| "@react-three/postprocessing": "^3.0.4", | |
| "@react-three/rapier": "^2.2.0", | |
| "@sparkjsdev/spark": "^2.1.0", | |
| "leva": "^0.10.1", | |
| "postprocessing": "^6.36.0", | |
| "react": "^19.2.5", | |
| "react-dom": "^19.2.5", | |
| "tailwind-merge": "^3.5.0", | |
| "three": "0.180.0", | |
| "three-stdlib": "^2.36.1", | |
| "zustand": "^5.0.12" | |
| }, | |
| "devDependencies": { | |
| "@types/formidable": "^3.5.1", | |
| "@types/node": "^25.6.0", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@types/three": "^0.180.0", | |
| "@vitejs/plugin-react": "^4.3.3", | |
| "autoprefixer": "^10.4.20", | |
| "dotenv": "^17.4.2", | |
| "formidable": "^3.5.4", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^3.4.15", | |
| "typescript": "^5.6.3", | |
| "vite": "^5.4.11", | |
| "vitest": "^2.1.5" | |
| } | |
| } | |