Files
Bob Ippolito 9c093bc587 v0.26.0 (#7265)
Co-authored-by: Lexical GitHub Actions Bot <>
2025-02-28 23:31:35 +00:00

43 lines
1.0 KiB
JSON

{
"name": "@lexical/history",
"description": "This package contains selection history helpers for Lexical.",
"keywords": [
"lexical",
"editor",
"rich-text",
"history"
],
"license": "MIT",
"version": "0.26.0",
"main": "LexicalHistory.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.26.0",
"lexical": "0.26.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-history"
},
"module": "LexicalHistory.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"development": "./LexicalHistory.dev.mjs",
"production": "./LexicalHistory.prod.mjs",
"node": "./LexicalHistory.node.mjs",
"default": "./LexicalHistory.mjs"
},
"require": {
"types": "./index.d.ts",
"development": "./LexicalHistory.dev.js",
"production": "./LexicalHistory.prod.js",
"default": "./LexicalHistory.js"
}
}
}
}