{
  "name": "platejs",
  "version": "53.2.1",
  "description": "Plate – a framework for building rich text editors on the web",
  "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/plate"
  },
  "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": {
    "react-compiler-runtime": "^1.0.0",
    "@udecode/react-hotkeys": "^52.0.11",
    "@platejs/slate": "^53.0.7",
    "@platejs/utils": "^53.2.1",
    "@platejs/core": "^53.2.1",
    "@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": {
    "@plate/scripts": "1.0.0"
  },
  "scripts": {
    "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"
  }
}