Files
klz-cables.com/.pnpm-store/v10/files/db/4a8a49031c4808a14fd74c4e5c0f7aaf554cc45c3f7a2794d72b3be7342da4c32b7b87736f3edf4b9445f669cfa24a5000cd2c2416adb9f6a369d07cd25e2c
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

45 lines
1.1 KiB
Plaintext

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