-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
65 lines (65 loc) · 1.58 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
{
"name": "caricovidwebsite",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.2.11",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.18.0",
"axios": "^0.26.1",
"babel": "^6.23.0",
"bootstrap": "^5.1.3",
"csv": "^5.3.2",
"emoji-flags": "^1.3.0",
"history": "^5.2.0",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.2.6",
"lodash": "^4.17.19",
"mapbox-gl": "^1.10.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-bootstrap": "^2.0.4",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-i18next": "^11.13.0",
"react-router-dom": "^6.2.1",
"react-scripts": "3.4.1",
"react-test-renderer": "^16.13.1",
"recharts": "^1.8.5",
"tinyqueue": "^2.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false CI= react-scripts build",
"test": "jest",
"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": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.25.2",
"identity-obj-proxy": "^3.0.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less|scss|sass)$": "identity-obj-proxy"
}
}
}