-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "cvt-site",
"version": "1.0.0",
"description": "A site for the Coronavirus Visualization Team",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coronavirus-Visualization-Team/site.git"
},
"author": "CVT Web Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Coronavirus-Visualization-Team/site/issues"
},
"homepage": "https://github.com/Coronavirus-Visualization-Team/site#readme",
"dependencies": {
"@theme-ui/preset-base": "^0.3.0",
"gatsby": "^2.20.29",
"gatsby-cli": "^2.12.79",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-layout": "^1.2.3",
"gatsby-plugin-netlify-cms": "^4.2.5",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"history": "^5.0.0",
"lodash": "^4.17.19",
"netlify-cms-app": "^2.12.11",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.1.0",
"theme-ui": "^0.3.1"
}
}