{
  "name": "@portabletext/plugin-table",
  "version": "2.0.3",
  "description": "Tables as real Portable Text, edited with spreadsheet-grade selection",
  "keywords": [
    "plugin",
    "portabletext",
    "table"
  ],
  "homepage": "https://portabletext.org",
  "bugs": {
    "url": "https://github.com/portabletext/editor/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/portabletext/editor.git",
    "directory": "packages/plugin-table"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./ui": "./dist/ui/index.js",
    "./package.json": "./package.json",
    "./ui/styles.css": {
      "types": "./dist/ui/styles-css.d.ts",
      "browser": "./dist/ui/styles.css",
      "style": "./dist/ui/styles.css",
      "node": "./dist/ui/styles-css.js",
      "default": "./dist/ui/styles-css.js"
    }
  },
  "dependencies": {
    "@floating-ui/dom": "^1.8.0",
    "@portabletext/keyboard-shortcuts": "^3.0.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^12.3.0",
    "@sanity/tsconfig": "^2.1.0",
    "@tsdown/css": "^0.22.14",
    "@types/react": "^19.2.17",
    "@vitejs/plugin-react": "^6.1.0",
    "@vitest/browser": "^4.1.11",
    "@vitest/browser-playwright": "^4.1.11",
    "oxc-transform-react": "^0.145.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "typescript": "^7.0.2",
    "vite": "^8.2.0",
    "vitest": "^4.1.11",
    "@portabletext/test": "^2.0.0",
    "@portabletext/editor": "^8.0.3"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2",
    "@portabletext/editor": "^8.0.3"
  },
  "engines": {
    "node": ">=22.12"
  },
  "scripts": {
    "build": "pkg-utils build --strict --check",
    "check:types": "tsc",
    "check:types:watch": "tsc --watch",
    "clean": "del .turbo && del dist && del node_modules",
    "dev": "pkg-utils watch"
  }
}