{
  "name": "@liveblocks/react-lexical",
  "version": "3.19.3",
  "description": "An integration of Lexical + React to enable collaboration, comments, live cursors, and more with Liveblocks.",
  "license": "Apache-2.0",
  "author": "Liveblocks Inc.",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "module": "./dist/index.js",
        "default": "./dist/index.cjs"
      }
    },
    "./styles.css": {
      "types": "./styles.css.d.cts",
      "default": "./styles.css"
    }
  },
  "files": [
    "dist/**",
    "**/*.css",
    "**/*.css.d.cts",
    "**/*.css.d.ts",
    "**/*.css.map",
    "README.md"
  ],
  "dependencies": {
    "@floating-ui/react-dom": "^2.1.0",
    "radix-ui": "^1.4.0",
    "@liveblocks/core": "3.19.3",
    "@liveblocks/react": "3.19.3",
    "@liveblocks/client": "3.19.3",
    "@liveblocks/yjs": "3.19.3",
    "@liveblocks/react-ui": "3.19.3"
  },
  "peerDependencies": {
    "@lexical/react": "0.35.0",
    "@lexical/rich-text": "0.35.0",
    "@lexical/selection": "0.35.0",
    "@lexical/utils": "0.35.0",
    "@lexical/yjs": "0.35.0",
    "@types/react": "^18 || ^19",
    "@types/react-dom": "^18 || ^19",
    "lexical": "0.35.0",
    "react": "^18 || ^19 || ^19.0.0-rc",
    "react-dom": "^18 || ^19 || ^19.0.0-rc",
    "yjs": "^13"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "sideEffects": false,
  "bugs": {
    "url": "https://github.com/liveblocks/liveblocks/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liveblocks/liveblocks.git",
    "directory": "packages/liveblocks-react-lexical"
  },
  "homepage": "https://liveblocks.io",
  "keywords": [
    "lexical",
    "react",
    "comments",
    "threads",
    "liveblocks",
    "real-time",
    "toolkit",
    "multiplayer",
    "websockets",
    "collaboration",
    "collaborative",
    "presence",
    "crdts",
    "synchronize",
    "rooms",
    "documents",
    "conflict resolution"
  ]
}