{
  "name": "@platejs/core",
  "version": "53.3.14",
  "description": "The core of Plate – a plugin system for slate",
  "keywords": [
    "contentEditable",
    "editor",
    "framework",
    "html",
    "plate",
    "plugin",
    "rich text",
    "slate",
    "wysiwyg"
  ],
  "homepage": "https://platejs.org",
  "bugs": {
    "url": "https://github.com/udecode/plate/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/udecode/plate.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./react": "./dist/react/index.js",
    "./static": "./dist/static/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "clsx": "^2.1.1",
    "is-hotkey": "^0.2.0",
    "jotai": "~2.8.4",
    "jotai-optics": "0.4.0",
    "jotai-x": "2.3.4",
    "lodash": "^4.17.21",
    "nanoid": "^5.1.5",
    "optics-ts": "2.4.1",
    "react-compiler-runtime": "^1.0.0",
    "slate": "0.126.2",
    "slate-dom": "0.126.0",
    "slate-hyperscript": "0.125.0",
    "slate-react": "0.126.4",
    "use-deep-compare": "^1.3.0",
    "zustand": "^5.0.5",
    "zustand-x": "6.2.1",
    "@platejs/slate": "53.3.10",
    "@udecode/react-hotkeys": "52.0.11",
    "@udecode/react-utils": "52.3.4",
    "@udecode/utils": "52.3.4"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "module": "./dist/index.js",
  "devDependencies": {
    "mutative": "^1.1.0",
    "@plate/scripts": "1.0.0"
  },
  "scripts": {
    "brl": "plate-pkg p:brl",
    "build": "plate-pkg p:build",
    "build:watch": "plate-pkg p:build:watch",
    "clean": "plate-pkg p:clean",
    "lint": "plate-pkg p:lint",
    "lint:fix": "plate-pkg p:lint:fix",
    "test": "plate-pkg p:test",
    "test:watch": "plate-pkg p:test:watch",
    "typecheck": "plate-pkg p:typecheck"
  }
}