-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "gammaapp",
"version": "1.0.0",
"description": "",
"keywords": [
"react",
"redux",
"react-router",
"bootstrap",
"jwt"
],
"author": "",
"license": "MIT",
"proxy1": "http://47.94.88.135:8181/gamma",
"proxy": "http://192.168.1.111:8081/",
"devDependencies": {
"react-scripts": "1.0.17"
},
"dependencies": {
"antd": "^3.4.1",
"bootstrap": "^4.0.0-beta.2",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jwt-decode": "^2.2.0",
"leaflet": "^1.3.1",
"leaflet-bookmarks": "^0.2.5",
"leaflet-draw": "^1.0.2",
"leaflet-fullscreen": "^1.0.2",
"leaflet-layerjson": "^0.2.8",
"leaflet-measure": "^3.1.0",
"leaflet-tilelayer-geojson": "^1.0.4",
"leaflet-toolbar": "^0.4.0-alpha.1",
"leaflet.measurecontrol": "^1.1.0",
"lodash": "^4.17.4",
"moment": "^2.22.1",
"popper.js": "^1.12.6",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-leaflet": "^1.9.1",
"react-leaflet-fullscreen": "0.0.6",
"react-modal": "^3.3.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-virtualized": "^9.12.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}