-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.68 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"engines": {
"node": "8.2.1",
"npm": "5.3.0"
},
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "NODE_ENV=production webpack -p",
"watch": "webpack --watch-stdin --progress --color"
},
"dependencies": {
"antd": "^2.12.0",
"arbitrary-emitter": "^1.0.0",
"babel-preset-react": "^6.24.1",
"component-closest": "^1.0.1",
"event-emitter-es6": "^1.1.5",
"file-saver": "^1.3.3",
"geojson-area": "^0.2.1",
"history": "^4.6.3",
"leaflet": "^1.0.3",
"morphdom": "^2.3.3",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react-geosuggest": "^2.3.5",
"react-leaflet": "^1.3.0",
"react-lite": "^0.15.37",
"shoelace-css": "^1.0.0-beta23",
"smoothscroll": "^0.3.0",
"superagent": "^3.5.2",
"tv4": "^1.3.0",
"vdom-parser": "^1.4.1",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-import": "^1.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.6",
"postcss-safe-parser": "^3.0.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2",
"webpack": "^3.0.0"
}
}