Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
40 lines
967 B
Plaintext
40 lines
967 B
Plaintext
{
|
|
"name": "lexical",
|
|
"description": "Lexical is an extensible text editor framework that provides excellent reliability, accessible and performance.",
|
|
"keywords": [
|
|
"react",
|
|
"lexical",
|
|
"editor",
|
|
"contenteditable",
|
|
"rich-text"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.35.0",
|
|
"main": "Lexical.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/lexical"
|
|
},
|
|
"module": "Lexical.mjs",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./index.d.ts",
|
|
"development": "./Lexical.dev.mjs",
|
|
"production": "./Lexical.prod.mjs",
|
|
"node": "./Lexical.node.mjs",
|
|
"default": "./Lexical.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./index.d.ts",
|
|
"development": "./Lexical.dev.js",
|
|
"production": "./Lexical.prod.js",
|
|
"default": "./Lexical.js"
|
|
}
|
|
}
|
|
}
|
|
}
|