@lobehub/editor
Version:
A powerful and extensible rich text editor built on Meta's Lexical framework, providing a modern editing experience with React integration.
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "@lobehub/editor",
"version": "1.5.6",
"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": "https://github.com/lobehub/lobe-editor.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"react.d.ts",
"react.js"
],
"dependencies": {
"@floating-ui/dom": "^1.7.3",
"@floating-ui/react": "^0.27.15",
"@lexical/code": "^0.34.0",
"@lexical/code-shiki": "^0.34.0",
"@lexical/dragon": "^0.34.0",
"@lexical/history": "^0.34.0",
"@lexical/link": "^0.34.0",
"@lexical/list": "^0.34.0",
"@lexical/rich-text": "^0.34.0",
"@lexical/selection": "^0.34.0",
"@lexical/table": "^0.34.0",
"@lexical/utils": "^0.34.0",
"@shikijs/core": "^3.9.2",
"@shikijs/engine-javascript": "^3.9.2",
"ahooks": "^3.9.3",
"antd-style": "^3.7.1",
"debug": "^4.4.1",
"eventemitter3": "^5.0.1",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"katex": "^0.16.22",
"lexical": "^0.34.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.536.0",
"polished": "^4.3.1",
"react-error-boundary": "^6.0.0",
"react-layout-kit": "^2.0.0",
"react-merge-refs": "^3.0.2",
"shiki": "^3.9.2",
"use-merge-value": "^1.2.0"
},
"peerDependencies": {
"@lobehub/ui": "^2.0.0",
"antd": "^5.25.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}