{
  "name": "@haaretz/htz-react-base",
  "version": "2.3.0",
  "description": "Encapsulated development scripts and dependencies for building React apps and components.",
  "keywords": [],
  "author": "",
  "license": "UNLICENSED",
  "repository": "Haaretz/htz-frontend",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "htz-scripts": "./bin/htz-scripts.js"
  },
  "scripts": {
    "clean": "node ./bin/htz-scripts.js clean",
    "format": "node ./bin/htz-scripts.js format",
    "lint": "node ./bin/htz-scripts.js lint",
    "test": "node ./bin/htz-scripts.js test",
    "gc": "node ./bin/htz-scripts.js commitizen"
  },
  "config": {
    "commitizen": {
      "path": "cz-lerna-changelog"
    }
  },
  "dependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.1.5",
    "@zeit/next-bundle-analyzer": "^0.1.2",
    "@zeit/next-source-maps": "^0.0.4-canary.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.7.1",
    "babel-loader": "^8.0.0-beta.4",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.20",
    "chalk": "^2.3.0",
    "commitizen": "^2.9.6",
    "config": "^1.26.2",
    "cross-env": "^5.2.0",
    "cross-spawn": "^5.1.0",
    "cz-lerna-changelog": "^1.2.1",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-flowtype": "^3.6.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.0",
    "eslint-plugin-jsdoc": "^3.9.1",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.6.0",
    "flow-bin": "^0.87.0",
    "globby": "^6.1.0",
    "inquirer": "^3.3.0",
    "jest": "^24.7.1",
    "jest-environment-jsdom": "^24.7.1",
    "jest-environment-jsdom-fourteen": "^0.1.0",
    "jest-environment-jsdom-global": "^1.2.0",
    "jest-fetch-mock": "^2.1.2",
    "jest-localstorage-mock": "^2.4.0",
    "jest-mock-console": "^0.4.2",
    "next-transpile-modules": "^2.0.0",
    "prettier": "^1.13.7",
    "react-styleguidist": "^8.0.5",
    "react-test-renderer": "^16.8.2",
    "resolve-from": "^3.0.0",
    "rimraf": "^2.6.2",
    "serialize-javascript": "^1.4.0",
    "webpack-cli": "^3.1.2",
    "webpack-graphql-loader": "^1.0.0"
  },
  "devDependencies": {
    "@testing-library/react": "^8.0.1",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "jest-dom": "^3.5.0",
    "react": "^16.8.2",
    "react-dom": "^16.8.2",
    "webpack-stats-plugin": "^0.2.1"
  },
  "peerDependencies": {
    "react": "^16.8.2",
    "react-dom": "^16.8.2"
  }
}
