mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@lexical/react",
|
|
"description": "This package provides Lexical components and hooks for React applications.",
|
|
"keywords": [
|
|
"react",
|
|
"lexical",
|
|
"editor",
|
|
"rich-text"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.5.1-next.1",
|
|
"dependencies": {
|
|
"@lexical/clipboard": "0.5.1-next.1",
|
|
"@lexical/code": "0.5.1-next.1",
|
|
"@lexical/dragon": "0.5.1-next.1",
|
|
"@lexical/hashtag": "0.5.1-next.1",
|
|
"@lexical/history": "0.5.1-next.1",
|
|
"@lexical/link": "0.5.1-next.1",
|
|
"@lexical/list": "0.5.1-next.1",
|
|
"@lexical/mark": "0.5.1-next.1",
|
|
"@lexical/markdown": "0.5.1-next.1",
|
|
"@lexical/overflow": "0.5.1-next.1",
|
|
"@lexical/plain-text": "0.5.1-next.1",
|
|
"@lexical/rich-text": "0.5.1-next.1",
|
|
"@lexical/selection": "0.5.1-next.1",
|
|
"@lexical/table": "0.5.1-next.1",
|
|
"@lexical/text": "0.5.1-next.1",
|
|
"@lexical/utils": "0.5.1-next.1",
|
|
"@lexical/yjs": "0.5.1-next.1"
|
|
},
|
|
"peerDependencies": {
|
|
"lexical": "0.5.1-next.1",
|
|
"react": ">=17.x",
|
|
"react-dom": ">=17.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/lexical-react"
|
|
}
|
|
}
|