forked from keystonejs/keystone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.07 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
{
"name": "@keystonejs/website",
"description": "KeystoneJS documentation. Powered by Gatsby.",
"private": true,
"version": "5.3.14",
"author": "The KeystoneJS Development Team",
"repository": "https://github.com/keystonejs/keystone/tree/master/website",
"homepage": "https://github.com/keystonejs/keystone",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "gatsby develop",
"start:debug": "node --inspect-brk `yarn bin`/gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"@arch-ui/input": "^0.1.11",
"@arch-ui/select": "^0.1.9",
"@arch-ui/theme": "^0.0.11",
"@emotion/core": "^10.1.1",
"@emotion/styled": "^10.0.27",
"@emotion/weak-memoize": "^0.2.5",
"@manypkg/get-packages": "^1.1.1",
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/mdx": "^1.6.21",
"@mdx-js/react": "^1.6.21",
"@primer/octicons-react": "^11.1.0",
"@reach/router": "^1.3.4",
"@reach/skip-nav": "^0.11.2",
"@sindresorhus/slugify": "^1.1.0",
"facepaint": "^1.2.1",
"gatsby": "2.13.25",
"gatsby-cli": "2.7.15",
"gatsby-paginate": "1.1.1",
"gatsby-plugin-google-analytics": "2.1.4",
"gatsby-plugin-manifest": "2.2.41",
"gatsby-plugin-mdx": "1.2.47",
"gatsby-plugin-react-helmet": "3.1.2",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-plugin-sitemap": "2.2.30",
"gatsby-remark-autolink-headers": "2.1.21",
"gatsby-remark-check-links": "2.1.0",
"gatsby-remark-copy-linked-files": "2.1.3",
"gatsby-remark-images": "3.1.6",
"gatsby-source-filesystem": "2.1.5",
"gatsby-transformer-remark": "2.6.6",
"github-slugger": "^1.3.0",
"gray-matter": "^4.0.2",
"intersection-observer": "^0.11.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.throttle": "^4.1.1",
"mdast-util-to-string": "^2.0.0",
"prism-react-renderer": "^1.1.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"unist-util-visit": "^2.0.3",
"use-clipboard-copy": "^0.1.2"
}
}