forked from rohitdatta/henri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 828 Bytes
/
package.json
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
30
31
32
33
34
{
"name": "hackmit",
"version": "1.0.0",
"description": "Henri Finder",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohitdatta/hackmit.git"
},
"author": "evonneng, rainiera, rohitdatta",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohitdatta/hackmit/issues"
},
"homepage": "https://github.com/rohitdatta/hackmit#readme",
"dependencies": {
"d3-request": "^1.0.5",
"deck.gl": "^4.1.0",
"luma.gl": "^4.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-map-gl": "^3.0.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},
"devDependencies": {
"buble-loader": "^0.4.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
}
}