feat: qrcode

This commit is contained in:
codytseng 2024-11-12 09:51:18 +08:00
parent 3f9042b3be
commit 10bfeb23ad
7 changed files with 72 additions and 31 deletions

9
package-lock.json generated
View file

@ -31,6 +31,7 @@
"lru-cache": "^11.0.1",
"lucide-react": "^0.453.0",
"nostr-tools": "^2.9.1",
"qrcode.react": "^4.1.0",
"react-resizable-panels": "^2.1.5",
"react-string-replace": "^1.1.1",
"tailwind-merge": "^2.5.4",
@ -7885,6 +7886,14 @@
"node": ">=6"
}
},
"node_modules/qrcode.react": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.1.0.tgz",
"integrity": "sha512-uqXVIIVD/IPgWLYxbOczCNAQw80XCM/LulYDADF+g2xDsPj5OoRwSWtIS4jGyp295wyjKstfG1qIv/I2/rNWpQ==",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",