-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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
{
"name": "@littleplusbig/gatsby-theme-legals-prismic",
"author": "Allan Pooley",
"repository": {
"type": "git",
"url": "https://github.com/littleplusbig/gatsby-theme-legals-prismic"
},
"bugs": {
"url": "https://github.com/littleplusbig/gatsby-theme-legals-prismic/issues"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"prismic",
"terms and conditions",
"privacy policy",
"legal"
],
"version": "1.0.18",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@mdx-js/react": "^1.0.27",
"gatsby-plugin-theme-ui": "^0.2.25",
"gatsby-source-prismic": "^2.3.0-alpha.3",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.24.1",
"styled-components": "^4.3.2",
"theme-ui": "^0.2.25"
}
}