-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
59
60
61
{
"private": true,
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"lint": "eslint --ext .js src mock tests"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-umi": "^0.1.5",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"umi": "^2.5.0",
"umi-plugin-react": "^1.1.1"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@blueprintjs/core": "^3.8.0",
"@blueprintjs/datetime": "^3.3.1",
"@mapbox/geojsonhint": "^2.1.0",
"@mapbox/mapbox-gl-draw": "^1.1.1",
"@mapbox/mapbox-gl-style-spec": "^13.6.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"clone-deep": "^4.0.1",
"codemirror": "^5.44.0",
"color": "^3.1.0",
"dayjs": "^1.7.7",
"file-saver": "^2.0.1",
"group-array-by": "^1.0.0",
"loglevel": "^1.6.1",
"perfect-scrollbar-react": "^1.0.1",
"popoload": "^1.0.9",
"prop-types": "^15.6.2",
"qrcode.react": "^0.9.3",
"rc-form": "^2.2.6",
"rc-pagination": "^1.17.8",
"rc-tabs": "^9.5.2",
"re-resizable": "^4.11.0",
"react": "^16.8.3",
"react-codemirror2": "^5.1.0",
"react-color": "^2.14.1",
"react-composition": "^0.2.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-fileupload": "^2.4.0",
"react-inline-edition": "^1.4.2",
"react-motion": "^0.5.2",
"react-number-format": "^4.0.5",
"react-select": "^2.1.1"
}
}