mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
20 lines
363 B
JSON
20 lines
363 B
JSON
{
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "12.0.7",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-map-gl": "^8.0.0",
|
|
"mapbox-gl": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.5.0",
|
|
"eslint-config-next": "12.0.7"
|
|
}
|
|
}
|