{
  "dependencies": {
    "@floating-ui/react-dom-interactions": "0.9.3",
    "@prismicio/client": "7.15.1",
    "@prismicio/editor-support": "0.4.90",
    "@prismicio/richtext": "2.1.1",
    "@prismicio/types-internal": "3.16.1",
    "@tiptap/core": "2.11.5",
    "@tiptap/extension-bold": "2.11.5",
    "@tiptap/extension-bullet-list": "2.11.5",
    "@tiptap/extension-code-block": "2.11.5",
    "@tiptap/extension-document": "2.11.5",
    "@tiptap/extension-hard-break": "2.11.5",
    "@tiptap/extension-heading": "2.11.5",
    "@tiptap/extension-history": "2.11.5",
    "@tiptap/extension-italic": "2.11.5",
    "@tiptap/extension-list-item": "2.11.5",
    "@tiptap/extension-list-keymap": "2.11.5",
    "@tiptap/extension-ordered-list": "2.11.5",
    "@tiptap/extension-paragraph": "2.11.5",
    "@tiptap/extension-placeholder": "2.11.5",
    "@tiptap/extension-table": "2.11.5",
    "@tiptap/extension-table-cell": "2.11.5",
    "@tiptap/extension-table-header": "2.11.5",
    "@tiptap/extension-table-row": "2.11.5",
    "@tiptap/extension-text": "2.11.5",
    "@tiptap/pm": "2.11.5",
    "@tiptap/react": "2.11.5",
    "@tiptap/suggestion": "2.11.5",
    "clsx": "1.2.1",
    "deep-diff": "1.0.2",
    "fp-ts": "2.12.3",
    "io-ts": "2.2.18",
    "io-ts-types": "0.5.16",
    "json-edit-react": "1.22.0",
    "monocle-ts": "",
    "newtype-ts": "",
    "tslib": "2.4.0",
    "zod": "3.23.8"
  },
  "devDependencies": {
    "@liveblocks/client": "3.8.0",
    "@liveblocks/react": "3.8.0",
    "@prismicio/editor-ui": "^0.4.90",
    "@testing-library/react": "15.0.7",
    "@types/deep-diff": "1.0.5",
    "@types/react": "18.0.18",
    "@types/react-dom": "18.3.0",
    "@vitejs/plugin-react": "4.0.3",
    "eslint": "8.50.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.28.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react": "7.31.7",
    "eslint-plugin-react-hooks": "4.6.0",
    "jsdom": "24.0.0",
    "react": "18.2.0",
    "react-dom": "18.3.1",
    "typescript": "5.2.2",
    "vite": "5.1.5",
    "vitest": "1.3.1"
  },
  "exports": {
    "./src/index.ts": "./src/index.ts",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "files": [
    "dist"
  ],
  "license": "UNLICENSED",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "name": "@prismicio/editor-fields",
  "peerDependencies": {
    "@prismicio/editor-ui": "^0.4.90",
    "@tanstack/react-query": "5.55.4",
    "react": "18",
    "react-dom": "18"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/prismicio/editor.git",
    "directory": "packages/editor-fields"
  },
  "scripts": {
    "prepack": "$npm_execpath run vite-build",
    "vite-build": "vite build && tsc --build tsconfig-dist.json",
    "vitest": "vitest"
  },
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "version": "0.4.90"
}