forked from apollographql/gatsby-theme-apollo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "gatsby-theme-guide",
"version": "4.7.22",
"main": "index.js",
"description": "A Gatsby theme for The GraphQL Guide (a fork of gatsby-theme-apollo-docs)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/graphqlguide/gatsby-theme-apollo.git",
"directory": "packages/gatsby-theme-apollo-docs"
},
"dependencies": {
"@jlengstorf/get-share-image": "^0.8.0",
"@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-google-gtag": "^2.8.0",
"gatsby-plugin-mdx": "^1.0.23",
"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-link-rewrite": "^0.2.1",
"gatsby-remark-mermaid": "^1.2.0",
"gatsby-remark-prismjs": "^3.2.8",
"gatsby-remark-rewrite-relative-links": "^1.0.8",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-git": "^1.0.1",
"gatsby-theme-guide-core": "^3.0.27",
"gatsby-theme-material-ui": "^1.0.13",
"gatsby-transformer-remark": "^2.6.30",
"js-yaml": "^3.13.1",
"prismjs": "^1.15.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.32.8",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"peerDependencies": {
"gatsby": "^2.13.80",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}