mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 06:59:17 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@lexical/rich-text",
|
|
"description": "This package contains rich text helpers for Lexical.",
|
|
"keywords": [
|
|
"lexical",
|
|
"editor",
|
|
"rich-text"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.31.1",
|
|
"main": "LexicalRichText.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/lexical-rich-text"
|
|
},
|
|
"module": "LexicalRichText.mjs",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.ts",
|
|
"development": "./LexicalRichText.dev.mjs",
|
|
"production": "./LexicalRichText.prod.mjs",
|
|
"node": "./LexicalRichText.node.mjs",
|
|
"default": "./LexicalRichText.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"development": "./LexicalRichText.dev.js",
|
|
"production": "./LexicalRichText.prod.js",
|
|
"default": "./LexicalRichText.js"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@lexical/clipboard": "0.31.1",
|
|
"@lexical/selection": "0.31.1",
|
|
"@lexical/utils": "0.31.1",
|
|
"lexical": "0.31.1"
|
|
}
|
|
}
|