-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "COVID19",
"version": "1.0.0",
"description": "# Potential Data Sources",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LindseyRenken/COVID19.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LindseyRenken/COVID19/issues"
},
"homepage": "https://github.com/LindseyRenken/COVID19#readme",
"dependencies": {
"@amcharts/amcharts4": "^4.9.13",
"@antv/data-set": "^0.11.4",
"@antv/g2": "^4.0.6",
"@material/react-material-icon": "^0.15.0",
"@material/react-top-app-bar": "^0.15.0",
"@rmwc/checkbox": "^6.0.14",
"@rmwc/data-table": "^6.0.9",
"@rmwc/tabs": "^6.0.14",
"@rmwc/theme": "^6.0.5",
"@rmwc/top-app-bar": "^6.0.5",
"@types/styled-components": "^5.0.1",
"array-smooth": "^1.0.0",
"isomorphic-unfetch": "^3.0.0",
"luxon": "^1.23.0",
"next": "^9.3.3",
"next-transpile-modules": "^3.1.0",
"react": "^16.13.1",
"react-device-breakpoints": "^2.0.3",
"react-dom": "^16.13.1",
"react-intersection-observer": "^8.26.1",
"sass": "^1.26.3",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@types/node": "^13.9.8",
"typescript": "^3.8.3"
}
}