mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +00:00
31 lines
662 B
JSON
31 lines
662 B
JSON
{
|
|
"name": "browserify-exhibit",
|
|
"version": "0.0.0",
|
|
"description": "A browserify/react-map-gl exhibit",
|
|
"scripts": {
|
|
"start": "budo app.js --open -- -t babelify"
|
|
},
|
|
"author": "Balthazar Gronon <bgronon@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"immutable": "^3.8.1",
|
|
"react": "^15.4.1",
|
|
"react-dom": "^15.4.1",
|
|
"react-map-gl": "^2.0.1"
|
|
},
|
|
"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"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"stage-2",
|
|
"react"
|
|
]
|
|
}
|
|
}
|