{ "name": "pulse-3d-landing", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --host", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@react-three/drei": "^9.107.0", "@react-three/fiber": "^8.16.8", "framer-motion": "^11.3.0", "leva": "^0.9.35", "react": "^18.3.1", "react-dom": "^18.3.1", "react-intersection-observer": "^9.13.1", "three": "^0.163.0", "threlte": "^3.0.5", "maath": "^0.10.8" }, "devDependencies": { "@types/three": "^0.164.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "~5.6.3", "vite": "^6.0.3" } }