forked from visgl/deck.gl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "deckgl-hello-world-webpack",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --config webpack2.buble.config.js --progress --hot --port 3001 --open"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"d3-dsv": "^1.0.3",
"deck.gl": "3.1.0-beta4",
"immutable": "^3.8.1",
"luma.gl": "3.0.0-alpha2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-map-gl": "^1.7.2",
"react-redux": "^5.0.1",
"react-stats": "^0.0.5",
"redux": "^3.6.0"
},
"devDependencies": {
"brfs": "^1.4.3",
"buble-loader": "^0.4.0",
"json-loader": "^0.5.4",
"transform-loader": "^0.2.3",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0",
"webworkify-webpack-dropin": "^1.1.9"
}
}