This commit is contained in:
2024-06-17 18:20:15 +02:00
parent fb54160740
commit 2296981c35
12 changed files with 117 additions and 225 deletions

22
package-lock.json generated
View File

@@ -8,22 +8,16 @@
"name": "beppe.online",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"qr-scanner": "^1.4.2"
"devDependencies": {
"html5-qrcode": "^2.3.8"
}
},
"node_modules/@types/offscreencanvas": {
"version": "2019.7.3",
"resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz",
"integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A=="
},
"node_modules/qr-scanner": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/qr-scanner/-/qr-scanner-1.4.2.tgz",
"integrity": "sha512-kV1yQUe2FENvn59tMZW6mOVfpq9mGxGf8l6+EGaXUOd4RBOLg7tRC83OrirM5AtDvZRpdjdlXURsHreAOSPOUw==",
"dependencies": {
"@types/offscreencanvas": "^2019.6.4"
}
"node_modules/html5-qrcode": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/html5-qrcode/-/html5-qrcode-2.3.8.tgz",
"integrity": "sha512-jsr4vafJhwoLVEDW3n1KvPnCCXWaQfRng0/EEYk1vNcQGcG/htAdhJX0be8YyqMoSz7+hZvOZSTAepsabiuhiQ==",
"dev": true,
"license": "Apache-2.0"
}
}
}