-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.52 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": "covid-19",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/dark-theme": "^2.0.1",
"@antv/g2plot": "^2.4.8",
"@antv/l7": "^2.1.15",
"@antv/l7-maps": "^2.1.15",
"@antv/l7-react": "^2.1.15",
"@mapbox/mapbox-gl-language": "^0.10.1",
"@redux-devtools/extension": "^3.2.2",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"antd": "^4.0.3",
"apexcharts": "^3.18.1",
"axios": "^0.26.0",
"babel": "^6.23.0",
"babel-plugin-import": "^1.13.0",
"connected-react-router": "^6.9.2",
"core-js": "^3.20.3",
"d3-ease": "^1.0.6",
"detect-browser-language": "0.0.2",
"dotenv": "^16.0.0",
"history": "^4.10.1",
"i18next": "^19.4.2",
"i18next-browser-languagedetector": "^4.3.1",
"javascript-time-ago": "^2.3.13",
"less": "^3.11.1",
"mapbox-gl": "^1.13.2",
"moment": "^2.29.2",
"query-string": "^6.12.1",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-flags": "^0.1.18",
"react-g2plot": "^0.1.1",
"react-ga": "^2.7.0",
"react-helmet": "^6.0.0",
"react-hot-loader": "^4.13.0",
"react-i18next": "^11.3.4",
"react-map-gl": "^5.2.3",
"react-mapbox-gl": "^4.8.3",
"react-mapbox-gl-language": "^1.0.1",
"react-redux": "^7.2.6",
"react-router-dom": "^5.1.2",
"react-router-redux": "^4.0.8",
"react-scripts": "3.4.1",
"react-time-ago": "^5.0.8",
"react-timeago": "^6.2.1",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"typescript": "^4.5.5",
"use-url-search-params": "^2.3.9"
},
"scripts": {
"webpack": "webpack",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"create-react-class": "^15.7.0",
"customize-cra": "^0.9.1",
"less-loader": "^5.0.0",
"react-app-rewired": "^2.1.5",
"sass": "^1.49.8",
"terser-brunch": "^4.1.0"
}
}