-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
174 lines (174 loc) · 6.28 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "covid-tracking-project",
"version": "0.0.1",
"engines": {
"node": ">=12.18"
},
"description": "Collects information from 50 US states, the District of Columbia, and 5 other US territories to provide the most comprehensive testing data we can collect for the novel coronavirus, SARS-CoV-2.",
"author": "The COVID Tracking Project",
"homepage": "https://covidtracking.com",
"repository": {
"type": "git",
"url": "[email protected]:COVID19Tracking/website.git"
},
"bugs": {
"url": "https://github.com/COVID19Tracking/website/issues"
},
"license": "Apache-2.0",
"keywords": [
"coronavirus",
"COVID19"
],
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^14.1.1",
"@contentful/rich-text-types": "^14.1.0",
"@loadable/component": "^5.13.2",
"@reach/alert": "^0.9.1",
"@reach/combobox": "^0.9.1",
"@reach/dialog": "^0.11.2",
"@reach/disclosure": "^0.10.2",
"@reach/menu-button": "^0.10.5",
"@reach/router": "^1.3.3",
"@reach/skip-nav": "^0.9.0",
"@reach/tabs": "^0.12.1",
"@reach/tooltip": "^0.10.5",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"d3-array": "^2.4.0",
"d3-collection": "^1.0.7",
"d3-color": "^2.0.0",
"d3-format": "^1.4.4",
"d3-geo": "^2.0.1",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"dotenv": "^8.2.0",
"electron": "^13.6.6",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-loader": "^3.0.2",
"fs-extra": "^9.0.0",
"gatsby": "2.25.3",
"gatsby-image": "^2.2.44",
"gatsby-plugin-canonical-urls": "^2.7.0",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-feed": "^2.5.13",
"gatsby-plugin-global-context": "^1.0.0",
"gatsby-plugin-google-analytics-gdpr": "^0.0.5",
"gatsby-plugin-manifest": "^2.4.32",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-nprogress": "^2.3.12",
"gatsby-plugin-offline": "^3.2.29",
"gatsby-plugin-polyfill-io": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.3.12",
"gatsby-plugin-remove-trailing-slashes": "^2.3.13",
"gatsby-plugin-sass": "^2.3.14",
"gatsby-plugin-sharp": "latest-v2",
"gatsby-plugin-sitemap": "^2.4.14",
"gatsby-plugin-webfonts": "^1.1.3",
"gatsby-remark-autolink-headers": "^2.3.14",
"gatsby-remark-smartypants": "^2.3.12",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-contentful": "4.0.0",
"gatsby-source-filesystem": "^2.8.0",
"gatsby-transformer-remark": "^2.8.36",
"gatsby-transformer-sharp": "latest-v2",
"gatsby-transformer-yaml": "^2.8.0",
"get-contrast": "^2.0.0",
"is-url": "^1.2.4",
"json2csv": "^5.0.1",
"lodash": "^4.17.19",
"luxon": "^1.26.0",
"mapbox-gl": "1.12.0",
"marked": "^0.8.2",
"mkdirp": "^1.0.4",
"mockdate": "^3.0.2",
"mustache": "^4.0.1",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"puppeteer": "^2.1.1",
"query-string": "^6.12.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-expand-animated": "^1.0.2",
"react-helmet": "^5.2.1",
"react-is": "^16.8.0",
"react-recaptcha": "^2.3.10",
"react-scroll-parallax": "^2.3.5",
"react-typography": "^0.16.19",
"recursive-readdir": "^2.2.2",
"regenerator-runtime": "^0.13.7",
"slugify": "^1.4.0",
"smartypants": "^0.1.1",
"typescript": "^4.0.3",
"webpack": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-docs": "^5.3.18",
"@storybook/addon-info": "^5.3.18",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"@svgr/webpack": "^5.4.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"babel-preset-gatsby": "^0.3.3",
"danger": "^10.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-svgr": "^2.0.2",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"jest-junit": "^10.0.0",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"prettier": "1.19.1",
"react-test-renderer": "^16.13.1",
"set-tz": "^0.2.0"
},
"resolutions": {
"sharp": "^0.30.6"
},
"scripts": {
"build": "run-s setup:api-repo setup:data-repo build:gatsby build:test",
"build-preview": "run-s setup build:gatsby build:test",
"build:gatsby": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"build:test": "jest --verbose --config=\"{}\" -- src/__tests__/build/index.js",
"clean": "run-p clean:*",
"clean:gatsby": "gatsby clean",
"develop": "NODE_OPTIONS=--max_old_space_size=8192 gatsby develop",
"deploy": "gh-pages -d ./public",
"format": "prettier --write \"**/*.{js,jsx,json,md,scss}\"",
"storybook": "start-storybook -p 6006",
"storybook:deploy": "run-s storybook:build storybook:pages",
"storybook:build": "build-storybook",
"storybook:pages": "gh-pages -d storybook-static -r https://github.com/COVID19Tracking/website-docs",
"test": "NODE_OPTIONS=--max_old_space_size=8192 jest",
"test:update": "jest --updateSnapshot",
"test:coverage": "jest --coverage --maxWorkers 1",
"test:lint": "eslint ./src",
"test:dev": "run-s test:lint test",
"setup": "run-s setup:api-repo setup:env-vars setup:data-repo",
"setup:env-vars": "curl -L https://covidtracking.com/__developer/env-vars > .env",
"setup:api-repo": "rm -rf _api || true && git clone --depth 1 https://github.com/COVID19Tracking/covid-public-api.git _api && rm -rf _api/.git",
"setup:data-repo": "rm -rf _data || true && git clone --depth 1 --branch data https://github.com/COVID19Tracking/website-data _data && rm -rf _data/.git"
}
}