mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
36 lines
870 B
JSON
36 lines
870 B
JSON
{
|
|
"name": "webpack-exhibit",
|
|
"version": "0.0.0",
|
|
"description": "A webpack/deck.gl exhibit",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config config.js --progress --hot --port 3000 --open"
|
|
},
|
|
"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-core": "^6.21.0",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"brfs-babel": "^1.0.0",
|
|
"transform-loader": "^0.2.3",
|
|
"webpack": "^2.2.0",
|
|
"webpack-dev-server": "^1.16.2",
|
|
"webworkify-webpack-dropin": "^1.1.9"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015",
|
|
"stage-2",
|
|
"react"
|
|
]
|
|
}
|
|
}
|