{
  "name": "strapi-helper-plugin",
  "version": "3.0.0-alpha.12",
  "description": "Helper for Strapi plugins development",
  "engines": {
    "node": ">= 9.0.0",
    "npm": ">= 5.3.0"
  },
  "author": {
    "email": "hi@strapi.io",
    "name": "Strapi team",
    "url": "http://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi team",
      "email": "hi@strapi.io",
      "url": "http://strapi.io"
    }
  ],
  "license": "MIT",
  "scripts": {
    "lint": "cross-env IS_HELPER=true ./node_modules/eslint/bin/eslint.js --ignore-path .gitignore --config ./lib/internals/eslint/eslint-config.js .",
    "prettier": "prettier --single-quote --trailing-comma es5 --write \"{lib,__{tests,mocks}__}/**/*.js\"",
    "test": "npm run lint"
  },
  "pre-commit": [
    "lint:admin"
  ],
  "dependencies": {
    "add-asset-html-webpack-plugin": "^2.1.2",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-constant-elements": "^6.23.0",
    "babel-plugin-transform-react-inline-elements": "^6.22.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.8",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-preset-stage-0": "^6.24.1",
    "bootstrap": "^4.0.0-alpha.6",
    "chalk": "^2.1.0",
    "classnames": "^2.2.5",
    "copy-webpack-plugin": "^4.3.1",
    "cross-env": "^5.0.5",
    "css-loader": "^0.28.5",
    "draft-js": "^0.10.5",
    "eslint": "^4.4.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-airbnb-base": "^11.3.1",
    "eslint-config-prettier": "^2.3.0",
    "eslint-import-resolver-webpack": "^0.8.3",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.2.1",
    "eslint-plugin-redux-saga": "^0.4.0",
    "exports-loader": "^0.6.4",
    "express": "^4.15.4",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^0.11.2",
    "history": "^4.6.3",
    "html-loader": "^0.5.1",
    "html-webpack-plugin": "^2.30.1",
    "image-webpack-loader": "^3.3.1",
    "immutable": "^3.8.1",
    "imports-loader": "^0.7.1",
    "intl": "^1.2.5",
    "invariant": "2.2.1",
    "json-loader": "^0.5.7",
    "lodash": "^4.17.4",
    "lodash-webpack-plugin": "^0.11.4",
    "mocha": "3.1.2",
    "moment": "^2.16.0",
    "node-sass": "^4.5.3",
    "null-loader": "^0.1.1",
    "plop": "^1.8.0",
    "postcss-cssnext": "^2.11.0",
    "postcss-focus": "^2.0.0",
    "postcss-loader": "^2.0.6",
    "postcss-reporter": "^5.0.0",
    "postcss-smart-import": "^0.7.5",
    "precss": "^2.0.0",
    "prettier": "^1.5.3",
    "prop-types": "^15.5.10",
    "react": "^16.0.0",
    "react-datetime": "^2.8.6",
    "react-dom": "^16.0.0",
    "react-helmet": "^5.1.3",
    "react-intl": "^2.3.0",
    "react-loadable": "^5.3.1",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.1.2",
    "react-router-redux": "^5.0.0-alpha.6",
    "react-transition-group": "^2.2.0",
    "reactstrap": "^5.0.0-alpha.3",
    "redux": "^3.7.2",
    "redux-immutable": "^4.0.0",
    "redux-saga": "^0.15.6",
    "reselect": "^3.0.1",
    "rimraf": "^2.6.1",
    "sass-loader": "^6.0.6",
    "shelljs": "^0.7.8",
    "showdown": "^1.8.6",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.9",
    "webpack": "^3.5.5",
    "webpack-bundle-analyzer": "^2.9.0",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.18.2",
    "whatwg-fetch": "^2.0.3"
  }
}