-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "@brainhubeu/gatsby-docs-kit",
"description": "Easy to Maintain Markdown/React Documentation Static Websites",
"version": "3.2.9",
"author": "Brainhub",
"license": "MIT",
"scripts": {
"lint": "./node_modules/.bin/eslint `git ls-files | grep '\\.js$' --color=never`"
},
"dependencies": {
"classnames": "^2.2.6",
"gatsby": "^2.24.15",
"gatsby-link": "^2.4.13",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-layout": "^1.3.10",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-remark-autolink-headers": "~2.2.4",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-embed-snippet": "^4.3.13",
"gatsby-remark-images": "^3.3.23",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "~2.7.5",
"gatsby-transformer-yaml": "^2.4.10",
"node-sass": "^4.14.1",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react-helmet": "^5.2.1",
"react-live": "^1.12.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chokidar": "^3.4.1",
"eslint": "^6.8.0",
"eslint-config-brainhub": "^1.13.0",
"github-slugger": "^1.3.0",
"glob": "^7.1.6",
"graphql-type-json": "^0.3.2",
"js-yaml": "^3.14.0",
"json5": "^2.1.3",
"lodash": "^4.17.19",
"mime-types": "^2.1.27",
"unist-util-visit": "^2.0.3"
},
"peerDependencies": {
"gatsby": "^2.24.15",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"publishConfig": {
"access": "public"
}
}