Files
klz-cables.com/.pnpm-store/v10/files/78/de3c325ecffc3fca4f5e4c7b950262f2ff74f6d0007690de487510ee5742d064a7f9d3e17ffbcb47f64ca00957406bf3ef82aaeef241406a169f20c81be02b
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/dragon",
"description": "This package contains compatibility with Dragon NaturallySpeaking accessibility tools.",
"keywords": [
"lexical",
"editor",
"rich-text",
"dragon",
"accessibility"
],
"license": "MIT",
"version": "0.35.0",
"main": "LexicalDragon.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-dragon"
},
"module": "LexicalDragon.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"development": "./LexicalDragon.dev.mjs",
"production": "./LexicalDragon.prod.mjs",
"node": "./LexicalDragon.node.mjs",
"default": "./LexicalDragon.mjs"
},
"require": {
"types": "./index.d.ts",
"development": "./LexicalDragon.dev.js",
"production": "./LexicalDragon.prod.js",
"default": "./LexicalDragon.js"
}
}
},
"dependencies": {
"lexical": "0.35.0"
}
}