forked from midudev/covid-vacuna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1004 Bytes
/
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
{
"name": "covid-vacuna",
"version": "1.0.0",
"private": true,
"engines": {
"node": "14.x"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"export": "next export",
"download-today-status": "node scripts/download-covid-vaccine-today-status.js",
"lint": "standard",
"postinstall": "git config core.hooksPath ./git-hooks"
},
"dependencies": {
"d3-composite-projections": "1.4.0",
"d3-geo": "2.0.1",
"download": "8.0.0",
"fathom-client": "3.0.0",
"next": "10.1.1",
"next-compose-plugins": "2.2.1",
"next-images": "1.7.0",
"next-pwa": "5.0.6",
"next-seo": "4.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-table": "7.6.3",
"react-tooltip": "4.2.17",
"recharts": "2.0.9",
"topojson-client": "3.1.0",
"xlsx": "0.16.9"
},
"devDependencies": {
"standard": "16.0.3"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}