{
  "name": "docz",
  "version": "1.3.2",
  "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"
  ],
  "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 .ts,.tsx",
    "precommit": "lint-staged"
  },
  "dependencies": {
    "@loadable/component": "^5.9.0",
    "@mdx-js/react": "^1.0.16",
    "@reach/router": "^1.2.1",
    "array-sort": "^1.0.0",
    "capitalize": "^2.0.0",
    "docz-core": "^1.2.0",
    "fast-deep-equal": "^2.0.1",
    "lodash": "^4.17.11",
    "match-sorter": "^3.0.0",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "ulid": "^2.3.0",
    "yargs": "^13.2.2"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "devDependencies": {
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@types/loadable__component": "^5.9.0",
    "@types/lodash": "^4.14.124",
    "@types/node": "^12.0.0",
    "@types/reach__router": "^1.2.4",
    "@types/react": "^16.8.17",
    "docz-rollup": "^1.2.0"
  },
  "resolutions": {
    "react": "^16.8.6"
  },
  "gitHead": "b2091fb1cf9ff3d2e648066a6ea0018df0ae57ae"
}
