feat(tool): uuid v4 generator

This commit is contained in:
Corentin Thomasset 2022-04-04 21:46:35 +02:00
parent 40e9af06cf
commit 3ae61147a9
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 83 additions and 4 deletions

View file

@ -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",