-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "CoronaBan",
"version": "1.0.0",
"description": "A website to help visualize and find travel bans to and from different countries for the novel Coronavirus, nCOVID-19",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@firebase/app": "^0.6.0",
"@firebase/storage": "^0.3.30",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"d3-fetch": "1.1.2",
"d3-scale": "3.1.0",
"dotenv": "^8.2.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-loadingg": "^1.7.2",
"react-map-gl": "^5.2.3",
"react-redux": "^7.2.0",
"react-scripts": "^3.4.0",
"react-simple-maps": "1.0.0-beta.0",
"redux": "^4.0.5"
},
"devDependencies": {
"prettier": "^2.0.1",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}