mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
27 lines
572 B
JSON
27 lines
572 B
JSON
{
|
|
"name": "@lexical/history",
|
|
"description": "This package contains selection history helpers for Lexical.",
|
|
"keywords": [
|
|
"lexical",
|
|
"editor",
|
|
"rich-text",
|
|
"history"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.14.2",
|
|
"main": "LexicalHistory.js",
|
|
"peerDependencies": {
|
|
"lexical": "0.14.2"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/utils": "0.14.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/lexical-history"
|
|
},
|
|
"module": "LexicalHistory.mjs",
|
|
"sideEffects": false
|
|
}
|