{
  "name": "scrivito-eyecatcher",
  "version": "1.1.2",
  "description": "An eyecatcher React component for the Scrivito CMS.",
  "main": "index.js",
  "peerDependencies": {
    "react": "^16.6.0",
    "react-dom": "^16.6.0",
    "scrivito": "^1.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdwp/scrivito-eyecatcher.git"
  },
  "keywords": [
    "scrivito",
    "widgets",
    "react",
    "react-CMS"
  ],
  "author": "mdwp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mdwp/scrivito-eyecatcher/issues"
  },
  "homepage": "https://github.com/mdwp/scrivito-eyecatcher#readme",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^2.0.1",
    "copy-webpack-plugin": "^5.0.2",
    "es-check": "^5.0.0",
    "eslint": "^5.15.3",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-import-resolver-webpack": "^0.11.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.12.4",
    "prettier": "^1.16.4",
    "react": "^16.8.5",
    "react-dom": "^16.8.5",
    "scrivito": "^1.5.0",
    "url-loader": "^1.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0"
  },
  "scripts": {
    "build": "webpack -p --mode production",
    "start": "webpack --watch --mode development",
    "eslint": "eslint --max-warnings 1 src/",
    "es-check": "npm run build && es-check es5 './build/**/*.js'"
  }
}
