{
  "name": "@taze-editor/taze",
  "version": "2.1.0",
  "description": "Taze Editor - create your rich text editor easily",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@taze-editor/taze-core": "2.0.0",
    "@taze-editor/taze-plugin-basic-elements": "2.0.0",
    "@taze-editor/taze-plugin-basic-marks": "2.0.0",
    "@taze-editor/taze-plugin-exit-break": "2.0.0",
    "@taze-editor/taze-plugin-node-id": "2.0.0",
    "@taze-editor/taze-plugin-reset-node": "2.0.0",
    "@taze-editor/taze-plugin-search-highlight": "2.1.0",
    "@taze-editor/taze-ui-balloon-toolbar": "2.0.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "slate": ">=0.78.0",
    "slate-history": ">=0.66.0",
    "slate-react": ">=0.79.0"
  },
  "keywords": [
    "contentEditable",
    "editor",
    "framework",
    "html",
    "taze",
    "plugin",
    "rich text",
    "slate",
    "taze",
    "wysiwyg"
  ],
  "publishConfig": {
    "access": "public"
  }
}
