mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
24 lines
603 B
JSON
24 lines
603 B
JSON
{
|
|
"scripts": {
|
|
"start": "webpack-dev-server --progress --hot --open",
|
|
"start-local": "webpack-dev-server --env local --progress --hot --open"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"react-map-gl": "^7.0.0-alpha.2",
|
|
"mapbox-gl": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.0",
|
|
"ts-loader": "^9.0.0",
|
|
"typescript": "^4.0.0",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.7.0"
|
|
}
|
|
}
|