{
  "name": "docz",
  "version": "2.4.0",
  "description": "It's has never been so easy to documents your things!",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "bin": {
    "docz": "./bin/index.js"
  },
  "files": [
    "bin/",
    "dist/",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/doczjs/docz.git",
    "directory": "core/docz"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development yarn build -w",
    "build": "cross-env NODE_ENV=production rollup -c",
    "fix": "yarn lint --fix",
    "lint": "eslint . --ext mdx,ts,tsx",
    "precommit": "lint-staged"
  },
  "dependencies": {
    "@emotion/react": "^11.1.1",
    "@mdx-js/react": "^1.0.27",
    "array-sort": "^1.0.0",
    "capitalize": "^2.0.0",
    "docz-core": "^2.4.0",
    "fast-deep-equal": "^2.0.1",
    "gatsby": "^2.13.27",
    "gatsby-plugin-eslint": "^2.0.5",
    "gatsby-plugin-typescript": "^2.1.6",
    "gatsby-theme-docz": "^2.4.0",
    "lodash": "^4.17.14",
    "marksy": "^8.0.0",
    "match-sorter": "^3.1.1",
    "pascal-case": "^3.1.0",
    "prop-types": "^15.7.2",
    "scheduler": "^0.15.0",
    "ulid": "^2.3.0",
    "yargs": "^13.3.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.2",
    "react-dom": "^16.8.0 || ^17.0.2"
  },
  "gitHead": "9ec9a3c647d9991658c9fea3d36fd6b959f41de5"
}
