Files
klz-cables.com/.pnpm-store/v10/files/ec/f37a7332c0ca557f14c39e61edcbda5f1723d784979eb4bc538c0349384ff74e3439496050021dc779b773f96354bde20bac49adfde2fbe4b676c0fed9b893
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.0 KiB
Plaintext

{
"name": "@lexical/html",
"description": "This package contains HTML helpers and functionality for Lexical.",
"keywords": [
"lexical",
"editor",
"rich-text",
"html"
],
"license": "MIT",
"version": "0.35.0",
"main": "LexicalHtml.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-html"
},
"dependencies": {
"@lexical/selection": "0.35.0",
"@lexical/utils": "0.35.0",
"lexical": "0.35.0"
},
"module": "LexicalHtml.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"development": "./LexicalHtml.dev.mjs",
"production": "./LexicalHtml.prod.mjs",
"node": "./LexicalHtml.node.mjs",
"default": "./LexicalHtml.mjs"
},
"require": {
"types": "./index.d.ts",
"development": "./LexicalHtml.dev.js",
"production": "./LexicalHtml.prod.js",
"default": "./LexicalHtml.js"
}
}
}
}