forked from apollographql/gatsby-theme-apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
{
"name": "gatsby-theme-apollo-docs",
"version": "4.5.11",
"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/apollographql/gatsby-theme-apollo.git",
"directory": "packages/gatsby-theme-apollo-docs"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"apollo",
"docs"
],
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"classnames": "^2.2.6",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-mdx": "^1.0.23",
"gatsby-plugin-printer": "1.0.x",
"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.0.12",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-remark-prismjs": "^3.2.8",
"gatsby-remark-rewrite-relative-links": "^1.0.8",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-source-git": "^1.0.1",
"gatsby-theme-apollo-core": "^3.0.23",
"gatsby-transformer-remark": "^2.6.30",
"js-yaml": "^3.13.1",
"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.0",
"simple-git": "^2.7.0",
"source-sans-pro": "^3.6.0",
"striptags": "^3.1.1"
},
"devDependencies": {
"gatsby": "^2.24.23",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}