{
  "_from": "@tiptap/react",
  "_id": "@tiptap/react@3.22.4",
  "_inBundle": false,
  "_integrity": "sha512-XIQZPwLakR1t8+Q1UeCpr+kUHDWxpJzGy9r2xUi3mpPd6Wh8dtNltScBkUlCcr0sqc6J1GF6Is02JJVQGmCZMA==",
  "_location": "/@tiptap/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@tiptap/react",
    "name": "@tiptap/react",
    "escapedName": "@tiptap%2freact",
    "scope": "@tiptap",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@tiptap/react/-/react-3.22.4.tgz",
  "_shasum": "d799d054aa908788d4159a8d608df7dba44b9cf5",
  "_spec": "@tiptap/react",
  "_where": "C:\\wamp64\\www\\utc\\app",
  "bugs": {
    "url": "https://github.com/ueberdosis/tiptap/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tiptap/extension-bubble-menu": "^3.22.4",
    "@tiptap/extension-floating-menu": "^3.22.4",
    "@types/use-sync-external-store": "^0.0.6",
    "fast-equals": "^5.3.3",
    "use-sync-external-store": "^1.4.0"
  },
  "deprecated": false,
  "description": "React components for tiptap",
  "devDependencies": {
    "@tiptap/core": "^3.22.4",
    "@tiptap/pm": "^3.22.4",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.ts",
        "require": "./dist/index.d.cts"
      },
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./menus": {
      "types": {
        "import": "./dist/menus/index.d.ts",
        "require": "./dist/menus/index.d.cts"
      },
      "import": "./dist/menus/index.js",
      "require": "./dist/menus/index.cjs"
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ueberdosis"
  },
  "homepage": "https://tiptap.dev",
  "keywords": [
    "tiptap",
    "tiptap react components"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@tiptap/react",
  "optionalDependencies": {
    "@tiptap/extension-bubble-menu": "^3.22.4",
    "@tiptap/extension-floating-menu": "^3.22.4"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@tiptap/core": "3.22.4",
    "@tiptap/pm": "3.22.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ueberdosis/tiptap.git",
    "directory": "packages/react"
  },
  "scripts": {
    "build": "tsup",
    "lint": "prettier ./src/ --check && eslint --cache --quiet --no-error-on-unmatched-pattern ./src/"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "3.22.4"
}
