gatsby-theme-docz
Version:
Gatsby theme created to use Docz
68 lines (67 loc) • 1.98 kB
JSON
{
"name": "gatsby-theme-docz",
"version": "2.4.0",
"description": "Gatsby theme created to use Docz",
"license": "MIT",
"author": "Pedro Nauck (pedronauck@gmail.com)",
"keywords": [
"gatsby",
"gatsby-theme",
"docz"
],
"repository": {
"type": "git",
"url": "https://github.com/doczjs/docz.git",
"directory": "core/gatsby-theme-docz"
},
"scripts": {
"dev": "echo noop",
"fix": "yarn lint --fix",
"lint": "eslint . --ext .js",
"precommit": "lint-staged"
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@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.4.0",
"copy-text-to-clipboard": "^2.1.0",
"fs-extra": "^8.1.0",
"gatsby": "^2.13.27",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-catch-links": "^2.3.0",
"gatsby-plugin-compile-es6-packages": "^2.0.0",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-react-helmet-async": "^1.0.5",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-source-filesystem": "^2.1.35",
"lodash": "^4.17.14",
"mdx-utils": "^0.2.0",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
"re-resizable": "^6.1.0",
"react-feather": "^2.0.3",
"react-frame-component": "^4.1.1",
"react-helmet-async": "^1.0.4",
"react-live": "^2.2.1",
"react-resize-detector": "^4.2.1",
"rehype-docz": "^2.4.0",
"rehype-slug": "^2.0.3",
"remark-docz": "^2.4.0",
"remark-frontmatter": "^1.3.2",
"theme-ui": "^0.2.38",
"to-style": "^1.3.3",
"typography-theme-moraga": "^0.16.19",
"yargs": "^13.3.0"
},
"peerDependencies": {
"docz": ">=2.0.0",
"react": "^16.8.0 || ^17.0.2",
"react-dom": "^16.8.0 || ^17.0.2"
},
"gitHead": "9ec9a3c647d9991658c9fea3d36fd6b959f41de5"
}