-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
60
61
62
63
64
{
"name": "gatsby-theme-docz",
"version": "1.0.0",
"description": "Gatsby theme forked to use Docz",
"license": "MIT",
"author": "Adriano Resende ([email protected])",
"keywords": [
"gatsby",
"gatsby-theme",
"docz"
],
"scripts": {
"fix": "yarn lint --fix",
"lint": "eslint . --ext .js",
"precommit": "lint-staged"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"@loadable/component": "^5.10.2",
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",
"@theme-ui/typography": "^0.2.5",
"babel-plugin-export-metadata": "^2.0.0-rc.1",
"copy-text-to-clipboard": "^2.1.0",
"docz": "2.0.0-rc.2",
"docz-core": "2.0.0-rc.2",
"emotion-theming": "^10.0.14",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-compile-es6-packages": "^2.0.0",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-manifest": "^2.2.3",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-root-import": "^2.0.5",
"lodash": "^4.17.14",
"mdx-utils": "^0.2.0",
"prop-types": "^15.7.2",
"re-resizable": "^5.0.1",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-live": "^2.1.2",
"rehype-docz": "^2.0.0-rc.1",
"rehype-slug": "^2.0.3",
"remark-docz": "^2.0.0-rc.1",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.14",
"typescript": "3.5.3",
"typography-theme-moraga": "^0.16.19",
"yargs": "^13.3.0"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "^6.0.1",
"eslint-config-docz-js": "^2.0.0-rc.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"gitHead": "74932cd67112bacd1e29780a202d466acdd79535"
}