From 4e80b682c0ae4e8a917e075faf1263ed547a468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Mon, 29 Jun 2026 12:06:40 +0000 Subject: [PATCH] docs(readme): add class-variance-authority and @yudiel/react-qr-scanner to Key Libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two important production dependencies were missing from the documented Key Libraries section: - **class-variance-authority** — Powers the variant system used by all shadcn/ui components (button variants, badge variants, alert variants, etc.) - **@yudiel/react-qr-scanner** — Powers the QR code scanning feature Adding these entries helps developers understand the full dependency landscape when working with or customizing the application. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 698dd81..8829672 100644 --- a/README.md +++ b/README.md @@ -142,9 +142,11 @@ src/ - **bitcoinjs-lib** — BOLT11 invoice decoding - **bech32** — LNURL bech32 decoding - **bolt12-decoder** — BOLT12 offer/invoice parsing +- **class-variance-authority** — Component variant system for shadcn/ui components - **@radix-ui** — Accessible UI primitives - **lucide-react** — Beautiful icon set - **tailwind-merge** — Smart class merging +- **@yudiel/react-qr-scanner** — QR code scanning with device camera ## 🧪 Testing