Files
klz-cables.com/.pnpm-store/v10/files/35/82e14e43619a250b9e5d5b422d40b681233110c159829f6ef373883d634ceaf058d2d5cb03f5f7b872e02c64818ba650d41485fbe8499c096950c5eb2d00e6
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/list",
"description": "This package provides the list feature for Lexical.",
"keywords": [
"lexical",
"editor",
"rich-text",
"list"
],
"license": "MIT",
"version": "0.35.0",
"main": "LexicalList.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/selection": "0.35.0",
"@lexical/utils": "0.35.0",
"lexical": "0.35.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-list"
},
"module": "LexicalList.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"development": "./LexicalList.dev.mjs",
"production": "./LexicalList.prod.mjs",
"node": "./LexicalList.node.mjs",
"default": "./LexicalList.mjs"
},
"require": {
"types": "./index.d.ts",
"development": "./LexicalList.dev.js",
"production": "./LexicalList.prod.js",
"default": "./LexicalList.js"
}
}
}
}