mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
25 lines
618 B
JSON
25 lines
618 B
JSON
{
|
|
"scripts": {
|
|
"start": "webpack-dev-server --progress --hot --open",
|
|
"build": "webpack --mode=production -o ./dist"
|
|
},
|
|
"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",
|
|
"css-loader": "^6.5.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"style-loader": "^3.3.0",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.7.0"
|
|
}
|
|
}
|