{
  "name": "material-ui-rte",
  "author": "Jordan Riser",
  "version": "1.2.4",
  "description": "A rich text editor build with Draft.js and Material UI",
  "main": "lib/index.js",
  "scripts": {
    "build": "NODE_ENV=production webpack --mode=production",
    "start": "start-storybook -p 4400",
    "docz:dev": "docz dev",
    "docz:build": "docz build",
    "test": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jrdn91/material-ui-rte"
  },
  "keywords": [
    "material",
    "ui",
    "react",
    "rich",
    "text",
    "editor",
    "wysiwyg",
    "draft",
    "draft.js",
    "draft-js"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jrdn91/material-ui-rte/issues"
  },
  "homepage": "https://github.com/jrdn91/material-ui-rte#readme",
  "eslintConfig": {
    "extends": "react-app"
  },
  "jest": {
    "snapshotSerializers": [
      "jss-snapshot-serializer"
    ],
    "setupFiles": [
      "./src/setupTests.js"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
    "@babel/plugin-transform-modules-commonjs": "^7.2.0",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@material-ui/core": "^4.1.0",
    "@material-ui/icons": "^4.1.0",
    "@material-ui/styles": "^4.1.0",
    "@storybook/addon-actions": "^5.1.9",
    "@storybook/addon-info": "^5.1.9",
    "@storybook/react": "^5.1.9",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.1",
    "css-loader": "^1.0.0",
    "docz": "^1.2.0",
    "docz-theme-default": "^1.2.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^5.0.0",
    "eslint-config-react": "^1.1.7",
    "eslint-config-react-app": "^3.0.8",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-flowtype": "^3.4.2",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.6.4",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.6.1",
    "jest": "^24.8.0",
    "jss-snapshot-serializer": "^1.0.0",
    "mini-css-extract-plugin": "^0.7.0",
    "node-sass": "^4.9.3",
    "prettier": "^1.18.2",
    "prop-types": "^15.7.2",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.2.0"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.1.0",
    "@material-ui/icons": "^4.1.0",
    "@material-ui/styles": "^4.1.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "resolutions": {
    "**/react": "^16.8.6",
    "**/react-dom": "^16.8.6",
    "**/@material-ui/core": "^4.1.0",
    "**/@material-ui/icons": "^4.1.0",
    "**/@material-ui/styles": "^4.1.0"
  },
  "dependencies": {
    "draft-js": "^0.10.5",
    "draft-js-block-breakout-plugin": "^2.0.1",
    "draft-js-divider-plugin": "^0.2.1",
    "draft-js-image-plugin": "^2.0.6",
    "draft-js-plugins-editor": "^2.1.1",
    "immutable": "^4.0.0-rc.12"
  }
}
