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