Add qr code

This commit is contained in:
Joey Yakimowich-Payne 2026-01-16 10:13:25 -07:00
commit 89caf4fd79
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
4 changed files with 122 additions and 14 deletions

10
package-lock.json generated
View file

@ -18,6 +18,7 @@
"lucide-react": "^0.562.0",
"oidc-client-ts": "^3.1.0",
"peerjs": "^1.5.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
@ -4232,6 +4233,15 @@
"node": ">=6"
}
},
"node_modules/qrcode.react": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.2.0.tgz",
"integrity": "sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA==",
"license": "ISC",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
},
"node_modules/react": {
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",