mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 09:26:52 -04:00
feat(tool): uuid v4 generator
This commit is contained in:
parent
40e9af06cf
commit
3ae61147a9
5 changed files with 83 additions and 4 deletions
|
@ -23,6 +23,7 @@
|
|||
"naive-ui": "^2.27.0",
|
||||
"pinia": "^2.0.11",
|
||||
"randombytes": "^2.1.0",
|
||||
"uuid": "^8.3.2",
|
||||
"vue": "^3.2.31",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
|
@ -32,6 +33,7 @@
|
|||
"@types/jsdom": "^16.2.14",
|
||||
"@types/node": "^16.11.25",
|
||||
"@types/randombytes": "^2.0.0",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@vitejs/plugin-vue": "^2.2.2",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.7",
|
||||
"@vue/eslint-config-typescript": "^10.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue