deckgl_tracksolid/web/package.json

34 lines
844 B
JSON
Raw Normal View History

{
"name": "deckgl-tracksolid-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0 --port 8080",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"@deck.gl/core": "^9.0.27",
"@deck.gl/geo-layers": "^9.0.27",
"@deck.gl/layers": "^9.0.27",
"@deck.gl/react": "^9.0.27",
"@tanstack/react-query": "^5.51.0",
"date-fns": "^3.6.0",
"mapbox-gl": "^3.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-map-gl": "^7.1.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/mapbox-gl": "^3.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}