{
  "name": "@gpeditor/plate-core",
  "version": "2.0.0",
  "description": "The core architecture of Plate – a plugin system for slate",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "framework",
    "slate",
    "plate",
    "plugin"
  ],
  "homepage": "https://plate.udecode.io",
  "bugs": {
    "url": "https://github.com/udecode/plate/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/udecode/plate.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc && yarn rollup",
    "build:w": "yarn rollup -w",
    "cti": "sh ../../cti.sh",
    "rollup": "rollup -c=../../rollup.config.js",
    "test": "jest"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "zustand": "^3.4.2"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "slate": ">=0.60.0",
    "slate-history": ">=0.60.0",
    "slate-react": ">=0.60.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
