{
  "name": "@portabletext/plugin-dnd",
  "version": "2.0.12",
  "description": "Track the drop position during drag and drop for custom drop indicators",
  "keywords": [
    "dnd",
    "drag-and-drop",
    "drop-indicator",
    "plugin",
    "portabletext"
  ],
  "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-dnd"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^12.3.0",
    "@sanity/tsconfig": "^2.1.0",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@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",
    "typescript": "^7.0.2",
    "vite": "^8.2.0",
    "vitest": "^4.1.11",
    "@portabletext/editor": "^8.1.6",
    "@portabletext/schema": "^3.0.0",
    "@portabletext/test": "^2.1.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "@portabletext/editor": "^8.1.6"
  },
  "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",
    "test:browser": "vitest --run --project browser",
    "test:browser:chromium": "vitest --run --project \"browser (chromium)\"",
    "test:unit": "vitest --run --project unit",
    "test:watch": "vitest"
  }
}