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