mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"scripts": {
|
|
"start": "vite --open",
|
|
"start-local": "vite --config ../../vite.config.local.js",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|