Files
klz-cables.com/.pnpm-store/v10/files/fd/7e18d52df54a1a860b6486a2f900179b989b90ebbd0265d6a8a70f5dbac9a07ffd089145c2c4e67a2a026e2c855b673a3814e40db51fa6b9ea458c2622bac2
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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"
}
}
}
}