mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +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": "^7.0.0",
|
|
"mapbox-gl": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.5.0",
|
|
"eslint-config-next": "12.0.7"
|
|
}
|
|
}
|