feat(tool): qr-code generator

This commit is contained in:
Corentin Thomasset 2022-04-14 18:18:15 +02:00
parent 203b6a9d73
commit 5582d75927
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C
8 changed files with 527 additions and 21 deletions

View file

@ -28,6 +28,7 @@
"lodash": "^4.17.21",
"naive-ui": "^2.28.0",
"pinia": "^2.0.11",
"qrcode": "^1.5.0",
"randombytes": "^2.1.0",
"uuid": "^8.3.2",
"vue": "^3.2.31",
@ -38,6 +39,7 @@
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.25",
"@types/qrcode": "^1.4.2",
"@types/randombytes": "^2.0.0",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.2.2",