Files
klz-cables.com/.pnpm-store/v10/files/1d/9ba0abdd53a9f1b0387fc8fb6c853252cbb75febc0aa2f14e70c6d8f57a973ae6039c9e87e0edcc3478b7b1aacd90d5b80a32f531d2773184fd5d2a516eba5
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
1.0 KiB
Plaintext

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