{
  "name": "@focus-reactive/storybook-addon-graphcms",
  "description": "Storybook addon for GraphQL and GraphCMS",
  "version": "1.3.0",
  "private": false,
  "main": "dist/index.js",
  "dependencies": {
    "@focus-reactive/storybook-graphql-kit": "^0.3.0",
    "@material-ui/core": "^4.5.0",
    "@material-ui/icons": "^4.4.3",
    "@storybook/addon-devkit": "^1.3.2",
    "graphql-request": "^1.8.2",
    "react-json-view": "^1.19.1"
  },
  "scripts": {
    "start": "start-storybook -p 9009 -s public --ci",
    "dev": "nodemon --exec yarn prepare",
    "test": "react-scripts test",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build-storybook": "build-storybook -s public",
    "deploy": "storybook-to-ghpages",
    "prestart": "relative-deps",
    "prepare": "package-prepare"
  },
  "packagePrepare": {
    "src": "addon"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@storybook/addon-actions": "^5.2.1",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-links": "^5.2.1",
    "@storybook/addons": "^5.2.1",
    "@storybook/react": "^5.2.1",
    "@storybook/storybook-deployer": "^2.8.1",
    "@usulpro/package-prepare": "^1.2.1",
    "babel-eslint": "^10.0.3",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.17.0",
    "eslint-plugin-json": "^1.2.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-react": "^7.1.0",
    "nodemon": "^2.0.2",
    "prettier": "^1.5.3",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-scripts": "3.2.0",
    "relative-deps": "^0.2.0",
    "url-loader": "^2.2.0"
  },
  "relativeDependencies": {
    "@storybook/addon-devkit": "../../theming/addon-development-kit"
  },
  "peerDependencies": {
    "@storybook/react": "^5.2.1",
    "react": "^16.10.2",
    "react-dom": "^16.10.2"
  },
  "homepage": "https://github.com/focusreactive/storybook-addon-graphcms",
  "bugs": {
    "url": "https://github.com/focusreactive/storybook-addon-graphcms/issues"
  },
  "author": "Oleg Proskurin <oleg@focusreactive.com> (https://github.com/focusreactive)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/focusreactive/storybook-addon-graphcms.git"
  },
  "keywords": [
    "graphql",
    "graphcms",
    "query",
    "queries",
    "search",
    "storybookjs",
    "storybook-addon",
    "addon",
    "devtools"
  ]
}
