forked from apollographql/gatsby-theme-apollo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
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": "@unchainedshop/gatsby-theme-apollo-docs",
"version": "4.3.21",
"main": "index.js",
"description": "A Gatsby theme for building documentation websites",
"author": "Trevor Blades <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/unchainedshop/gatsby-theme-unchained.git",
"directory": "packages/gatsby-theme-apollo-docs"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"apollo",
"docs"
],
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-printer": "^1.1.1",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-rewrite-relative-links": "^1.0.8",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-source-git": "^1.1.0",
"gatsby-theme-apollo-core": "npm:@unchainedshop/gatsby-theme-apollo-core@^3.0.26",
"gatsby-transformer-remark": "^2.8.28",
"js-yaml": "^3.14.0",
"prismjs": "^1.15.0",
"react-textfit": "^1.1.0",
"recompose": "^0.30.0",
"rehype-react": "^3.1.0",
"remark": "^10.0.1",
"remark-react": "^5.0.1",
"remark-typescript": "^0.3.1",
"simple-git": "^2.18.0",
"source-sans-pro": "^3.6.0",
"striptags": "^3.1.1"
},
"devDependencies": {
"gatsby": "^2.24.47",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"peerDependencies": {
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}