{
  "name": "@sanity/portable-text-editor",
  "version": "3.48.1",
  "description": "Portable Text Editor made in React",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "portable-text-editor",
    "structure",
    "api",
    "collaborative",
    "editor",
    "text",
    "portable-text"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/@sanity/portable-text-editor"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "module": "./lib/index.esm.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "check:types": "tsc --project tsconfig.lib.json",
    "clean": "rimraf lib",
    "dev": "cd ./e2e-tests/ && tsx serve",
    "lint": "eslint .",
    "prepublishOnly": "turbo run build",
    "prettier": "prettier --write './**/*.{ts,tsx,js,css,html}'",
    "test": "jest",
    "test:e2e": "jest --config=e2e-tests/e2e.config.cjs",
    "test:watch": "jest --watch",
    "watch": "pkg-utils watch"
  },
  "dependencies": {
    "@sanity/block-tools": "3.48.1",
    "@sanity/schema": "3.48.1",
    "@sanity/types": "3.48.1",
    "@sanity/util": "3.48.1",
    "debug": "^3.2.7",
    "is-hotkey-esm": "^1.0.0",
    "lodash": "^4.17.21",
    "slate": "0.100.0",
    "slate-react": "0.101.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@playwright/test": "1.41.2",
    "@portabletext/toolkit": "^2.0.15",
    "@repo/package.config": "3.48.1",
    "@sanity/diff-match-patch": "^3.1.1",
    "@sanity/ui": "^2.4.0",
    "@testing-library/react": "^13.4.0",
    "@types/debug": "^4.1.5",
    "@types/express": "^4.17.21",
    "@types/express-ws": "^3.0.1",
    "@types/lodash": "^4.14.149",
    "@types/node": "^18.19.8",
    "@types/node-ipc": "^9.2.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/ws": "~8.5.3",
    "@vitejs/plugin-react": "^4.3.1",
    "express": "^4.18.3",
    "express-ws": "^5.0.2",
    "jest": "^29.7.0",
    "jest-dev-server": "^9.0.1",
    "jest-environment-node": "^29.7.0",
    "node-ipc": "npm:@node-ipc/compat@9.2.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rimraf": "^3.0.2",
    "rxjs": "^7.8.1",
    "styled-components": "^6.1.11",
    "tsx": "^4.10.3",
    "vite": "^4.5.3"
  },
  "peerDependencies": {
    "react": "^16.9 || ^17 || ^18",
    "rxjs": "^7",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "868a44b9e32f358cdef283ce77de4a33611c58a5"
}
