-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
93 lines (93 loc) · 2.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "todolist",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@flowmap.gl/core": "^7.3.4",
"@flowmap.gl/data": "8.0.0-alpha.24",
"@flowmap.gl/layers": "8.0.0-alpha.24",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@nebula.gl/layers": "^1.0.2-alpha.0",
"@nebula.gl/overlays": "^1.0.2-alpha.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@turf/turf": "^6.5.0",
"@urbica/react-map-gl": "^1.14.4",
"@urbica/react-map-gl-draw": "^0.3.5",
"ace-builds": "^1.4.13",
"ahooks": "^3.1.9",
"antd": "^4.18.4",
"axios": "^0.24.0",
"babel-plugin-import": "^1.13.3",
"csvtojson": "^2.0.10",
"customize-cra": "^1.0.0",
"d3-ease": "^3.0.1",
"deck.gl": "^8.6.6",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mapbox-gl": "^2.6.1",
"nanoid": "^3.2.0",
"nebula.gl": "^1.0.2-alpha.0",
"node-sass": "^7.0.1",
"pubsub-js": "^1.9.4",
"react": "^17.0.2",
"react-ace": "^9.5.0",
"react-app-rewired": "^2.1.11",
"react-color": "^2.19.3",
"react-cookies": "^0.1.1",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-drag-listview": "^0.2.1",
"react-draggable": "^4.4.4",
"react-hook-form": "^7.24.1",
"react-keeper": "^2.2.3",
"react-load-script": "^0.0.6",
"react-map-gl": "5.2.11",
"react-map-gl-draw": "^1.0.2-alpha.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-react-hook": "^4.0.3",
"redux-thunk": "^2.4.1",
"turf": "^3.0.14",
"web-vitals": "^2.1.3",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"resolutions": {
"mini-css-extract-plugin": "2.4.5"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 51",
"not safari < 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"mini-css-extract-plugin": "2.4.5"
}
}