forked from midudev/covid-vacuna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 863 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
{
"name": "covid-vacuna",
"version": "0.1.0",
"private": true,
"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": {
"download": "8.0.0",
"fathom-client": "3.0.0",
"fs-extra": "9.1.0",
"next": "10.0.5",
"next-compose-plugins": "2.2.1",
"next-images": "1.7.0",
"next-pwa": "5.0.4",
"next-seo": "4.17.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-table": "7.6.3",
"recharts": "2.0.3",
"xlsx": "0.16.9"
},
"devDependencies": {
"standard": "16.0.3"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}