{ "name": "splatmap-web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@mkkellogg/gaussian-splats-3d": "^0.4.6", "axios": "^1.7.9", "cesium": "^1.124.0", "oidc-client-ts": "^3.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.1", "three": "^0.171.0", "zustand": "^5.0.3" }, "devDependencies": { "@types/geojson": "^7946.0.16", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@types/three": "^0.171.0", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.2", "vite": "^5.4.11", "vite-plugin-cesium": "^1.2.22" } }