{
  "name": "mui-quill",
  "version": "0.1.0-alpha.3",
  "private": false,
  "license": "MIT",
  "homepage": "https://github.com/merajsahebdar/mui-quill",
  "bugs": "https://github.com/merajsahebdar/mui-quill/issues",
  "repository": "https://github.com/merajsahebdar/mui-quill.git",
  "author": {
    "name": "Meraj Sahebdar",
    "url": "https://merajsahebdar.com"
  },
  "keywords": [
    "react",
    "quill",
    "material-ui",
    "wysiwyg"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "yarn run clean && tsc",
    "lint": "eslint --ext .ts,.tsx,.js,.jsx . && prettier --write .",
    "prepublishOnly": "yarn run build && cp ../../README.md ../../LICENSE ."
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "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"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "@material-ui/core": "^4.11.2",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/utils": "^4.11.2",
    "clsx": "^1.1.1",
    "lodash": "^4.17.20",
    "quill": "^1.3.7",
    "tiny-invariant": "^1.1.0"
  },
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.165",
    "@types/material-ui": "^0.21.8",
    "@types/node": "^12.0.0",
    "@types/quill": "^2.0.4",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.13.0",
    "@typescript-eslint/parser": "^4.13.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.17.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^4.3.6",
    "lint-staged": "^10.5.3",
    "prettier": "^2.2.1",
    "quill-delta": "^4.2.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.0.3"
  }
}
