{
  "name": "@taze-editor/taze-core",
  "version": "2.0.0",
  "description": "Taze Editor's core package - makes easier to create rich text editor",
  "author": "Kerim Çetintaş <kerimcetintas@gmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "lodash": "^4.17.21",
    "use-deep-compare": "^1.1.0",
    "zustand": "^4.4.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "slate": ">=0.93.0",
    "slate-history": ">=0.93.0",
    "slate-react": ">=0.93.0"
  },
  "keywords": [
    "contentEditable",
    "editor",
    "framework",
    "html",
    "taze",
    "plugin",
    "rich text",
    "slate",
    "taze",
    "wysiwyg"
  ]
}
