{
  "name": "@bitionaire/react-styleguidist",
  "description": "React components style guide generator",
  "version": "6.3.6",
  "homepage": "https://github.com/styleguidist/react-styleguidist",
  "author": {
    "name": "Artem Sapegin",
    "url": "http://sapegin.me/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/styleguidist/react-styleguidist.git"
  },
  "bugs": {
    "url": "https://github.com/styleguidist/react-styleguidist/issues"
  },
  "license": "MIT",
  "main": "scripts/index.js",
  "bin": {
    "styleguidist": "bin/styleguidist.js"
  },
  "files": [
    "bin",
    "lib",
    "loaders",
    "scripts"
  ],
  "engines": {
    "node": ">=4",
    "npm": ">=3"
  },
  "dependencies": {
    "ast-types": "^0.10.1",
    "buble": "^0.19.2",
    "chalk": "^2.3.0",
    "classnames": "^2.2.5",
    "clean-webpack-plugin": "^0.1.17",
    "clipboard-copy": "^1.2.0",
    "codemirror": "^5.32.0",
    "common-dir": "^1.0.1",
    "copy-webpack-plugin": "^4.3.0",
    "css-loader": "^0.28.7",
    "doctrine": "^2.0.2",
    "es6-object-assign": "~1.1.0",
    "es6-promise": "^4.1.1",
    "escodegen": "^1.9.0",
    "findup": "^0.1.5",
    "function.name-polyfill": "^1.0.5",
    "github-slugger": "^1.2.0",
    "glob": "^7.1.2",
    "glogg": "^1.0.0",
    "highlight.js": "^9.12.0",
    "html-webpack-plugin": "^2.30.1",
    "is-directory": "^0.3.1",
    "javascript-stringify": "^1.6.0",
    "jss": "^9.3.3",
    "jss-camel-case": "^6.0.0",
    "jss-compose": "^5.0.0",
    "jss-default-unit": "^8.0.0",
    "jss-global": "^3.0.0",
    "jss-isolate": "^5.1.0",
    "jss-nested": "^6.0.1",
    "leven": "^2.1.0",
    "listify": "^1.0.0",
    "loader-utils": "^1.1.0",
    "lodash": "^4.17.4",
    "lowercase-keys": "^1.0.0",
    "markdown-to-jsx": "^6.3.1",
    "minimist": "^1.2.0",
    "ora": "^1.3.0",
    "prop-types": "^15.6.0",
    "q-i": "^1.2.0",
    "react-codemirror2": "^3.0.7",
    "react-dev-utils": "^4.2.1",
    "react-docgen": "^3.0.0-beta9",
    "react-docgen-annotation-resolver": "^1.0.0",
    "react-docgen-displayname-handler": "^1.0.1",
    "react-group": "^1.0.5",
    "react-icons": "^2.2.7",
    "remark": "^8.0.0",
    "semver-utils": "^1.1.1",
    "style-loader": "^0.19.1",
    "to-ast": "^1.0.0",
    "type-detect": "^4.0.5",
    "uglifyjs-webpack-plugin": "1.1.5",
    "unist-util-visit": "^1.3.0",
    "webpack-dev-server": "^2.9.7",
    "webpack-merge": "^4.1.1"
  },
  "peerDependencies": {
    "react": ">=15",
    "react-dom": ">=15"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-jest": "^21.2.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-system-import-transformer": "^3.1.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "cheerio": "^1.0.0-rc.2",
    "danger": "^2.1.5",
    "deabsdeep": "^1.0.5",
    "deepfreeze": "^2.0.0",
    "dog-names": "^1.0.2",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.0",
    "enzyme-to-json": "^3.3.0",
    "eslint": "^4.13.1",
    "eslint-config-tamia": "^4.2.3",
    "eslint-plugin-compat": "^2.1.0",
    "eslint-plugin-es5": "^1.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.5.1",
    "file-loader": "^1.1.5",
    "husky": "^0.14.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^21.2.1",
    "jest-serializer-html": "^4.0.1",
    "keymirror": "^0.1.1",
    "lint-staged": "^6.0.0",
    "prettier": "1.9.2",
    "raf": "^3.4.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.2.0",
    "rimraf": "^2.6.2",
    "strip-shebang": "^1.0.2",
    "url-loader": "^0.6.2",
    "webpack": "^3.10.0"
  },
  "scripts": {
    "pretest": "npm run lint",
    "test": "npm run test:jest",
    "posttest": "npm run format:md",
    "test:jest": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "start": "node bin/styleguidist.js server --config examples/basic/styleguide.config.js",
    "start:customised": "node bin/styleguidist.js server --config examples/customised/styleguide.config.js",
    "start:sections": "node bin/styleguidist.js server --config examples/sections/styleguide.config.js",
    "lint": "eslint . --cache --fix",
    "lint-staged": "lint-staged",
    "precompile": "rimraf lib/",
    "compile": "babel --ignore '*.spec.js' -d lib/ src/",
    "compile:watch": "babel --ignore '*.spec.js' --watch -d lib/ src/",
    "build": "node bin/styleguidist.js build --config examples/basic/styleguide.config.js",
    "build:customised": "node bin/styleguidist.js build --config examples/customised/styleguide.config.js",
    "build:sections": "node bin/styleguidist.js build --config examples/sections/styleguide.config.js",
    "prepare": "npm run compile",
    "test:browser:pre": "npm i --no-save puppeteer",
    "test:browser": "node test/browser.js examples/basic/styleguide/index.html",
    "test:browser:customised": "node test/browser.js examples/customised/styleguide/index.html",
    "test:browser:sections": "node test/browser.js examples/sections/styleguide/index.html",
    "danger": "danger",
    "precommit": "lint-staged",
    "format:md": "prettier --write '**/*.md'",
    "postinstall": "node -e \"console.log('\\u001b[32mLove Styleguidist? Support us on the Open Collective:\\u001b[22m\\u001b[39m\\n > \\u001b[96m\\u001b[1mhttps://opencollective.com/styleguidist\\u001b[0m\\n')\" || exit 0",
    "test:cypress:pre": "npm i --no-save cypress wait-on",
    "test:cypress:open": "cypress open",
    "test:cypress:run": "cypress run",
    "test:cypress:startServer": "node test/run.server.js",
    "test:cypress:startServer:post": "wait-on http://localhost:8082"
  },
  "jest": {
    "setupFiles": [
      "./test/raf-polyfill.js",
      "./test/jestsetup.js"
    ],
    "modulePaths": [
      "./src"
    ],
    "moduleNameMapper": {
      "^.+\\.css$": "identity-obj-proxy"
    },
    "testPathIgnorePatterns": [
      "<rootDir>/lib/",
      "<rootDir>/examples/"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/src/utils/markdown-to-jsx.js",
      "<rootDir>/scripts/server.js",
      "<rootDir>/scripts/build.js",
      "<rootDir>/test/jestsetup.js"
    ],
    "snapshotSerializers": [
      "deabsdeep/serializer",
      "enzyme-to-json/serializer",
      "jest-serializer-html"
    ]
  },
  "keywords": [
    "react",
    "jsx",
    "styleguide",
    "style guide",
    "documentation",
    "docs",
    "generator",
    "component",
    "components"
  ],
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  }
}
