mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 09:26:52 -04:00
feat(tool): qr-code generator
This commit is contained in:
parent
203b6a9d73
commit
5582d75927
8 changed files with 527 additions and 21 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue