{
  "name": "draft-js-wysiwyg-es",
  "description": "A wysiwyg using DraftJS.",
  "version": "1.3.4",
  "keywords": [
    "draftjs",
    "editor",
    "react",
    "richtext",
    "material-ui"
  ],
  "main": "./dist/commonjs/index.js",
  "module": "./dist/es/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "dev": "npm run webpack -- --mode development --watch",
    "build": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/commonjs",
    "build-types": "tsc -d --emitDeclarationOnly --outDir types",
    "format": "eslint --ext tsx --ext ts src --fix",
    "lint": "eslint --ext tsx --ext ts src && tsc --noEmit",
    "docs:build": "yarn workspace docs build",
    "docs:dev": "yarn workspace docs dev",
    "docs:format": "eslint --ext tsx --ext ts docs --fix",
    "docs:lint": "eslint --ext tsx --ext ts docs && tsc --noEmit",
    "test": "yarn test:coverage",
    "test:coverage": "jest src --coverage",
    "test:coverage:ci": "jest src --ci --coverage",
    "test:watch": "npm run test -- --watch"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": "eslint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beshanoe/draft-js-wysiwyg.git"
  },
  "author": "Romain Leduc <KiziKr>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/beshanoe/draft-js-wysiwyg/issues"
  },
  "homepage": "https://github.com/beshanoe/draft-js-wysiwyg#readme",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@babel/preset-typescript": "^7.15.0",
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@testing-library/jest-dom": "^5.12.0",
    "@types/draft-js": "^0.11.4",
    "@testing-library/react": "^12.0.0",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.6.1",
    "babel-loader": "^8.2.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "^5.0.1",
    "draft-js": "^0.11.7",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.21.5",
    "husky": "^7.0.1",
    "jest": "^26.6.3",
    "lint-staged": "^11.1.2",
    "mini-css-extract-plugin": "^1.3.3",
    "path": "^0.12.7",
    "prettier": "^2.1.2",
    "react": "^17.0.1",
    "react-dom": "^16.14.0",
    "typescript": "^4.0.5",
    "webpack": "^4.44.1",
    "webpack-cli": "^4.0.0"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "draft-js": "^0.11.7",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "directory": "lib"
  },
  "dependencies": {
    "clsx": "^1.1.1",
    "immutable": "^4.0.0-rc.12",
    "prop-types": "^15.7.2",
    "react-is": "^17.0.2"
  },
  "workspaces": [
    "docs"
  ]
}
