{
  "name": "mui-text-editor",
  "version": "1.0.2",
  "description": "Material-UI Rich Text Editor based on Draft-JS and MUI-RTE projects",
  "author": "William Zimmermann",
  "license": "MIT",
  "keywords": [
    "material-ui",
    "mui",
    "rich text editor",
    "rte",
    "react",
    "text editor",
    "draft-js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/WilliamZimmermann/mui-text-editor.git"
  },
  "bugs": {
    "url": "https://github.com/WilliamZimmermann/mui-text-editor/issues"
  },
  "homepage": "https://github.com/WilliamZimmermann/mui-text-editor#readme",
  "main": "index.js",
  "scripts": {
    "serve": "cross-env webpack-dev-server --mode development",
    "build": "tsc",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@emotion/react": "11.10.4",
    "@emotion/styled": "11.10.4",
    "@mui/icons-material": "5.10.3",
    "@mui/material": "5.10.3",
    "@mui/styles": "5.10.3",
    "@types/react": "18.0.12",
    "@types/react-dom": "18.0.6",
    "@webpack-cli/serve": "1.7.0",
    "@babel/core": "7.18.13",
    "acorn": "8.8.0",
    "cross-env": "7.0.3",
    "eslint": "8.23.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "4.8.2",
    "ts-loader": "9.3.1",
    "webpack": "5.74.0",
    "webpack-cli": "4.10.0",
    "webpack-dev-server": "4.10.1",
    "bufferutil": "4.0.6",
    "utf-8-validate": "5.0.9"
  },
  "peerDependencies": {
    "@mui/material": "5.10.3",
    "@mui/icons-material": "5.10.3",
    "@mui/styles": "5.10.3",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "dependencies": {
    "@types/draft-js": "0.11.9",
    "classnames": "2.3.1",
    "draft-js": "0.11.7",
    "immutable": "4.1.0"
  },
  "files": [
    "dist",
    "index.js",
    "index.d.ts"
  ],
  "types": "index.d.ts"
}
