-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "covid-19",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@fullhuman/postcss-purgecss": "^2.1.0",
"@nivo/axes": "^0.61.0",
"@nivo/bump": "^0.61.1",
"@nivo/stream": "^0.61.1",
"@vx/axis": "^0.0.195",
"@vx/curve": "^0.0.195",
"@vx/event": "^0.0.195",
"@vx/gradient": "^0.0.195",
"@vx/grid": "^0.0.195",
"@vx/mock-data": "^0.0.195",
"@vx/scale": "^0.0.195",
"@vx/shape": "^0.0.195",
"@vx/tooltip": "^0.0.195",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^9.7.4",
"axios": "^0.19.2",
"axios-hooks": "^1.9.0",
"chart.js": "^2.9.3",
"chroma-js": "^2.1.0",
"d3-array": "^2.4.0",
"d3-time-format": "^2.2.3",
"moment": "^2.24.0",
"next": "9.3.2",
"postcss-import": "^12.0.1",
"react": "16.13.0",
"react-chartjs-2": "^2.9.0",
"react-chartkick": "^0.4.0",
"react-countup": "^4.3.3",
"react-dom": "16.13.0",
"react-select": "^3.1.0",
"react-spring": "^8.0.27",
"react-tabs": "^3.1.0",
"recharts": "^1.8.5",
"tailwindcss": "^1.2.0",
"uuid": "^7.0.2"
},
"devDependencies": {
"postcss-preset-env": "^6.7.0"
}
}