mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
27 lines
522 B
JSON
27 lines
522 B
JSON
{
|
|
"scripts": {
|
|
"start": "budo app.js --open -- -t babelify -t envify"
|
|
},
|
|
"dependencies": {
|
|
"immutable": "^3.8.1",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"react-map-gl": "^5.1.0-alpha"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"babelify": "^7.3.0",
|
|
"budo": "^9.2.2",
|
|
"envify": "^4.0.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"stage-2",
|
|
"react"
|
|
]
|
|
}
|
|
}
|