forked from apollographql/gatsby-theme-apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1020 Bytes
/
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
{
"name": "gatsby-theme-ni-docs",
"version": "1.0.27",
"main": "index.js",
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"clipboard-polyfill": "^2.8.6",
"gatsby": "^2.15.9",
"gatsby-plugin-google-analytics": "^2.1.14",
"gatsby-plugin-mdx": "^1.0.23",
"gatsby-remark-autolink-headers": "^2.1.9",
"gatsby-remark-check-links": "^1.3.4",
"gatsby-remark-code-repls": "^3.0.7",
"gatsby-remark-copy-linked-files": "^2.1.17",
"gatsby-remark-embedded-codesandbox": "^1.2.0",
"gatsby-remark-prismjs": "^3.3.12",
"gatsby-source-filesystem": "^2.1.21",
"gatsby-source-git": "^1.0.2",
"gatsby-theme-ni": "^1.0.4",
"gatsby-transformer-remark": "^2.6.21",
"js-yaml": "^3.13.1",
"prismjs": "^1.17.1",
"react-use": "^9.12.0",
"recompose": "^0.30.0",
"rehype-react": "^3.1.0",
"remark": "^10.0.1",
"remark-react": "^5.0.1",
"striptags": "^3.1.1"
},
"gitHead": "4d08213e00be3c9103481c604e4d50251ad86dc0"
}