-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
{
"name": "covid-19",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"chroma-js": "^2.1.0",
"d3": "3.5.17",
"d3-fetch": "1.1.2",
"d3-scale": "^3.2.1",
"datamaps": "^0.4.2",
"gh-pages": "^2.2.0",
"history": "^4.10.1",
"i": "^0.3.6",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"npm": "^6.14.4",
"object-assign": "^4.1.1",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-google-charts": "^3.0.15",
"react-intl": "^4.2.2",
"react-popover": "^0.5.10",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"react-simple-maps": "2.0.0",
"react-table-6": "^6.11.0",
"react-tooltip": "^4.1.2",
"react-window-size": "^1.2.2",
"recharts": "^1.8.5",
"wsdm-tooltip": "^0.1.3"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "NODE_PATH=./src react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"publish-demo": "npm run build && npm run deploy"
},
"homepage": "https://miteshtagadiya.github.io/Covid-19-Global-Dashboard/",
"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"
]
}
}