forked from joemcbride/gatsby-docs-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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": "@brainhubeu/gatsby-docs-kit",
"description": "Easy to Maintain Markdown/React Documentation Static Websites",
"version": "1.0.3",
"author": "Brainhub",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"gatsby-link": "^1.6.40",
"gatsby-plugin-catch-links": "^1.0.22",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-meta-redirect": "^1.1.0",
"gatsby-plugin-postcss-sass": "^1.0.20",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sharp": "^1.6.44",
"gatsby-remark-autolink-headers": "^1.4.18",
"gatsby-remark-copy-linked-files": "^1.5.32",
"gatsby-remark-embed-snippet": "^1.0.22",
"gatsby-remark-images": "^1.5.63",
"gatsby-remark-prismjs": "^2.0.2",
"gatsby-source-filesystem": "^1.5.36",
"gatsby-transformer-remark": "^1.7.41",
"gatsby-transformer-yaml": "^1.5.16",
"prismjs": "^1.14.0",
"prop-types": "^15.6.1",
"react-helmet": "^5.2.0",
"react-live": "^1.10.1"
},
"devDependencies": {
"chokidar": "^2.0.3",
"github-slugger": "^1.2.0",
"glob": "^7.1.2",
"graphql-type-json": "^0.2.1",
"js-yaml": "^3.12.0",
"json5": "^1.0.1",
"lodash": "^4.17.10",
"mime-types": "^2.1.18",
"unist-util-visit": "^1.3.1"
},
"peerDependencies": {
"gatsby": "^1.9.270",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"publishConfig": {
"access": "public"
}
}