-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 KB
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": "coronavirus-chile",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@sentry/browser": "^5.15.5",
"axios": "^0.19.2",
"axios-retry": "^3.1.8",
"camelcase-keys": "^6.2.2",
"history": "^4.10.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"papaparse": "^5.2.0",
"react": "^16.8.6",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-ga": "^2.7.0",
"react-helmet": "^6.0.0",
"react-hot-loader": "^4.9.0",
"react-loader-spinner": "^3.1.14",
"react-notifications-component": "^2.4.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-visibility-sensor": "^5.1.1",
"recharts": "^1.8.5",
"styled-components": "^4.3.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired 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-config-airbnb": "^17.1.0"
}
}