gridloc / package.json
lassanmonster's picture
GridLoc: Bengaluru parking congestion digital twin
db3dbe1
Raw
History Blame Contribute Delete
1.33 kB
{
"name": "mappls-3d-map",
"private": true,
"type": "module",
"scripts": {
"build:boundary": "node scripts/build-boundary.mjs",
"prebuild": "node scripts/build-boundary.mjs",
"dev": "vite dev",
"build": "vite build",
"start": "node server.mjs"
},
"dependencies": {
"@deck.gl/core": "^9.3.4",
"@deck.gl/geo-layers": "^9.3.4",
"@deck.gl/layers": "^9.3.4",
"@deck.gl/mapbox": "^9.3.4",
"@radix-ui/react-slot": "^1.3.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"@tanstack/react-router": "^1.95.0",
"@tanstack/react-start": "^1.95.0",
"@types/geojson": "^7946.0.16",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.40.0",
"h3-js": "^4.4.0",
"lenis": "^1.3.23",
"lucide-react": "^1.21.0",
"maplibre-gl": "^5.24.0",
"postprocessing": "^6.39.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.184.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@turf/turf": "^7.3.5",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^7.0.0"
}
}