feat(new-tool): bcrypt

This commit is contained in:
Corentin Thomasset 2022-04-18 10:16:59 +02:00
parent 2b89111cbb
commit 6d5856fa93
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 157 additions and 1 deletions

View file

@ -18,6 +18,7 @@
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^8.2.1",
"@vueuse/head": "^0.7.5",
"bcryptjs": "^2.4.3",
"change-case": "^4.1.2",
"colord": "^2.9.2",
"cron-validator": "^1.3.1",
@ -36,6 +37,7 @@
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.25",