2025-01-28 10:32:41 -08:00

21 lines
465 B
JSON

{
"scripts": {
"start": "vite --open",
"start-local": "vite --config ../../vite.config.local.js",
"build": "vite build"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@types/mapbox__mapbox-gl-draw": "^1.2.3",
"@turf/area": "^6.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^8.0.0",
"mapbox-gl": "^3.5.0"
},
"devDependencies": {
"typescript": "^5.0.0",
"vite": "^4.0.0"
}
}