Files
klz-cables.com/.pnpm-store/v10/files/b2/bd047965917502bbe0c0b7ef52f43082f35873ddc76209115d34f2de4ca819eedc2dda89a47b5518b7f9ab36ce3791a8be65646a650ac62ddd822d12a54a5e
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

44 lines
1.1 KiB
Plaintext

{
"name": "@lexical/rich-text",
"description": "This package contains rich text helpers for Lexical.",
"keywords": [
"lexical",
"editor",
"rich-text"
],
"license": "MIT",
"version": "0.35.0",
"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.35.0",
"@lexical/selection": "0.35.0",
"@lexical/utils": "0.35.0",
"lexical": "0.35.0"
}
}