-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "coronavirus-dashboard",
"version": "2.0.4",
"author": {
"name": "Matheus Calegaro",
"email": "[email protected]",
"url": "https://matheus.me"
},
"license": "MIT",
"engines": {
"node": ">=12.20.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"sync:brazil": "node scripts/syncBrazilData.js"
},
"dependencies": {
"apexcharts": "^3.25.0",
"axios": "^0.21.1",
"country-code-emoji": "^2.2.0",
"faunadb": "^4.1.1",
"flexboxgrid": "^6.3.1",
"fontfaceobserver": "^2.1.0",
"isomorphic-unfetch": "^3.1.0",
"jvectormap-next": "^3.1.1",
"next": "^10.0.7",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.7.0",
"next-pwa": "^5.0.5",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-dom": "^17.0.1",
"react-jvectormap": "^0.0.16",
"react-lazy-load-image-component": "^1.5.1",
"react-simple-maps": "^2.3.0",
"react-tooltip": "^4.2.14",
"styled-components": "^5.2.1",
"waait": "^1.0.5"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"webpack": "^5.24.2"
}
}