25 lines
541 B
JSON
25 lines
541 B
JSON
{
|
|
"name": "forest-road-frontend",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"geotiff": "^3.0.5",
|
|
"lucide-react": "^1.23.0",
|
|
"maplibre-gl": "^5.24.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"three": "^0.185.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/three": "^0.185.0",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.1.0"
|
|
}
|
|
}
|