{ "name": "gaussian-splat-walkthrough", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "vite build", "preview": "vite preview --host 0.0.0.0" }, "dependencies": { "@mkkellogg/gaussian-splats-3d": "0.4.7", "three": "0.180.0", "vite": "^7.3.3" } }