Files
klz-cables.com/.pnpm-store/v10/files/c0/24bb2479f541cf4a2147e3247c76ec972922b6d13ff258d3548d64aed19be18cac6c37d6d07e4bc82fdcca4a0b8433352069e01f52c83d2d7ee572864b3ce6
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

43 lines
1010 B
Plaintext

{
"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.35.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.35.0"
}
}