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