-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 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
{
"name": "website-screenshots",
"version": "1.0.0",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"setup": "rm -rf _screenshots || true && git clone --depth 1 https://github.com/COVID19Tracking/screenshots _screenshots && rm -rf _screenshots/.git && rm -rf _data || true && git clone --depth 1 --branch data https://github.com/COVID19Tracking/website-data _data && rm -rf _data/.git && curl https://api.covidtracking.com/v1/states/info.json > _data/states.json",
"build": "yarn setup && gatsby build && echo \"screenshots.covidtracking.com\" > ./public/CNAME",
"pages": "gh-pages -d public -b gh-pages"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"gatsby": "^2.28.2",
"gatsby-image": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.1",
"gatsby-plugin-no-javascript": "^2.0.5",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-json": "^2.7.0",
"gatsby-transformer-sharp": "^2.6.0",
"gatsby-transformer-yaml": "^2.8.0",
"gh-pages": "^3.1.0",
"luxon": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"slugify": "^1.4.6"
}
}