-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2 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
{
"name": "covid19.pink",
"version": "0.1.1",
"private": true,
"dependencies": {
"@material-ui/core": "4.9.14",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.53",
"@types/d3-request": "^1.0.5",
"@types/d3-scale": "^2.2.0",
"@types/helmet": "0.0.45",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-router": "^5.1.1",
"@types/react-router-dom": "^5.1.0",
"@types/react-share": "^3.0.3",
"@types/react-simple-maps": "^1.0.1",
"@types/react-tooltip": "^3.11.0",
"@types/recharts": "^1.8.7",
"color-scheme": "^1.0.1",
"d3-request": "^1.0.6",
"d3-scale": "^3.2.1",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"moment": "^2.24.0",
"notistack": "^0.9.9",
"persistence-hooks": "^1.1.0",
"pubsub-js": "^1.8.0",
"query-string": "^6.13.7",
"react": "^16.10.2",
"react-country-flag": "^2.0.1",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.7.0",
"react-image-appear": "^1.1.22",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-script": "^2.0.5",
"react-scripts": "4.0.0",
"react-share": "^4.1.0",
"react-simple-maps": "^1.0.0-beta.0",
"react-tooltip": "^4.1.2",
"recharts": "^1.8.5",
"typescript": "3.9.2",
"use-query-params": "^1.1.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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": {
"tslint-config-airbnb": "5.11.2",
"tslint-config-silind": "1.0.21",
"tslint-react": "^4.1.0"
}
}