34 lines
799 B
JSON
34 lines
799 B
JSON
{
|
|
"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",
|
|
"maplibre-gl": "^4.7.1",
|
|
"oidc-client-ts": "^3.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"recharts": "^3.8.1",
|
|
"three": "^0.171.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/geojson": "^7946.0.16",
|
|
"@types/maplibre-gl": "^1.0.0",
|
|
"@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"
|
|
}
|
|
}
|