This repository has been archived by the owner on Mar 21, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.17 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
{
"name": "common-knowledge-website",
"private": true,
"description": "A public web front for Common Knowledge Co-operative",
"version": "0.1.0",
"author": "[email protected]",
"resolutions": {
"gatsby-plugin-favicon/**/sharp": "0.23.4"
},
"dependencies": {
"@csstools/normalize.css": "^10.1.0",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.15",
"@mdx-js/mdx": "^1.5.4",
"@mdx-js/react": "^1.5.4",
"@theme-ui/components": "^0.2.50",
"@types/lodash": "^4.14.149",
"animated-scroll-to": "^2.0.5",
"body-scroll-lock": "^2.6.4",
"date-fns": "^2.9.0",
"dotenv": "^8.0.0",
"gatsby": "^2.13.45",
"gatsby-image": "^2.2.39",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.6",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-iubenda-cookie-footer": "^1.2.0",
"gatsby-plugin-manifest": "^2.2.4",
"gatsby-plugin-mdx": "^1.0.67",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cms": "^4.2.4",
"gatsby-plugin-netlify-cms-paths": "^1.3.0",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-page-creator": "^2.1.38",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-prismjs": "^4.2.0",
"gatsby-remark-static-images": "^1.0.1",
"gatsby-source-filesystem": "^2.1.7",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.2.5",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.12.11",
"netlify-cms-proxy-server": "^1.2.6",
"netlify-cms-widget-mdx": "^0.4.3",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"react-transition-group": "^4.3.0",
"sharp": "^0.28.0",
"styled-system": "^5.0.18",
"theme-ui": "^0.2.26",
"ts-node": "^8.3.0"
},
"devDependencies": {
"@types/body-scroll-lock": "^2.6.1",
"@types/mdx-js__react": "^1.5.0",
"@types/node": "^13.1.8",
"@types/reach__router": "^1.2.6",
"@types/react-transition-group": "^4.2.3",
"@types/styled-system": "^5.0.1",
"@types/theme-ui": "^0.2.6",
"@types/theme-ui__components": "^0.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "run-p start:**",
"start:app": "npm run develop",
"start:cms": "yarn netlify-cms-proxy-server",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/commonknowledge/website"
},
"bugs": {
"url": "https://github.com/commonknowledge/website/issues"
}
}