-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.37 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
{
"name": "dufe-run",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.4",
"antd": "^4.16.13",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-geometryutil": "^0.10.0",
"light-toast": "^0.3.4",
"numeral": "^2.0.6",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-circular-progressbar": "^2.0.4",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.2",
"react-leaflet-draw": "^0.19.8",
"react-query": "^3.27.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-use": "^17.3.1",
"sass": "^1.39.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/leaflet": "^1.7.5",
"@types/node": "^12.0.0",
"@types/numeral": "^2.0.2",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"homepage": "/webview/dufe-run",
"proxy": "http://172.16.1.19:9091"
}