mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"scripts": {
|
|
"start": "webpack-dev-server --progress --hot --open",
|
|
"start-local": "webpack-dev-server --env.local --progress --hot --open"
|
|
},
|
|
"dependencies": {
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"react-map-gl": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.0",
|
|
"webpack": "^4.20.0",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-server": "^3.1.0"
|
|
}
|
|
}
|