UNPKG

@lobehub/editor

Version:

A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.

81 lines (80 loc) 2.13 kB
{ "name": "@lobehub/editor", "version": "3.4.2", "description": "A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.", "keywords": [ "lobehub", "editor", "lexical" ], "homepage": "https://github.com/lobehub/lobe-editor", "bugs": { "url": "https://github.com/lobehub/lobe-editor/issues/new/choose" }, "repository": { "type": "git", "url": "git+https://github.com/lobehub/lobe-editor.git" }, "license": "MIT", "author": "LobeHub <i@lobehub.com>", "sideEffects": [ "**/*.css" ], "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "es", "scripts/patch-lexical.js", "react.d.ts", "react.js" ], "dependencies": { "@floating-ui/dom": "^1.7.4", "@floating-ui/react": "^0.27.16", "@lexical/code": "^0.39.0", "@lexical/code-shiki": "^0.39.0", "@lexical/dragon": "^0.39.0", "@lexical/history": "^0.39.0", "@lexical/link": "^0.39.0", "@lexical/list": "^0.39.0", "@lexical/rich-text": "^0.39.0", "@lexical/selection": "^0.39.0", "@lexical/table": "^0.39.0", "@lexical/utils": "^0.39.0", "@shikijs/core": "^3.20.0", "@shikijs/engine-javascript": "^3.20.0", "@xmldom/xmldom": "^0.8.11", "ahooks": "^3.9.6", "antd-style": "^4.1.0", "debug": "^4.4.3", "es-toolkit": "^1.43.0", "eventemitter3": "^5.0.1", "fuse.js": "^7.1.0", "katex": "^0.16.27", "lexical": "^0.39.0", "lucide-react": "^0.562.0", "polished": "^4.3.1", "re-resizable": "^6.11.2", "react-error-boundary": "^6.0.0", "react-merge-refs": "^3.0.2", "remark-cjk-friendly": "^1.2.3", "remark-supersub": "^1.0.0", "shiki": "^3.20.0", "ts-key-enum": "^3.0.13", "use-merge-value": "^1.2.0" }, "peerDependencies": { "@lobehub/ui": "^4.3.4", "antd": "^6.1.1", "motion": "^12.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "packageManager": "pnpm@10.20.0", "pnpm": { "overrides": { "chalk": "^4.1.2" } } }