2023-07-05 11:21:50 -07:00

20 lines
442 B
JSON

{
"scripts": {
"start": "vite --open",
"start-local": "vite --config ../vite.config.local.js",
"build": "vite build"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.7.4",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-map-gl": "^7.1.0",
"mapbox-gl": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.0.0",
"vite": "^4.0.0"
}
}