build: add bcrypt-ts deps

This commit is contained in:
pengzhanbo 2024-02-27 01:00:01 +08:00
parent b0148d46a4
commit 615c388fcb
4 changed files with 9 additions and 6 deletions

View File

@ -30,11 +30,6 @@ export const theme: Theme = themePlume({
},
},
plugins: {
// docsearch: {
// apiKey: '111',
// appId: '111',
// indexName: '1234',
// },
shiki: { twoslash: true },
},
})

View File

@ -3,7 +3,6 @@ title: caniuse
createTime: 2020/11/01 06:41:12
permalink: /article/h4z91gyz/
author: pengzhanbo
article: false
---
### 工具

8
pnpm-lock.yaml generated
View File

@ -402,6 +402,9 @@ importers:
'@vueuse/core':
specifier: ^10.8.0
version: 10.8.0(vue@3.4.19)
bcrypt-ts:
specifier: ^5.0.2
version: 5.0.2
date-fns:
specifier: ^3.3.1
version: 3.3.1
@ -5271,6 +5274,11 @@ packages:
resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=}
dev: false
/bcrypt-ts@5.0.2:
resolution: {integrity: sha512-gDwQ5784AkkfhHACh3jGcg1hUubyZyeq9AtVd5gXkcyHGVOC+mORjRIHSj+fHfqwY5vxwyBLXQpcfk8MpK0ROg==}
engines: {node: '>=18'}
dev: false
/before-after-hook@2.2.2:
resolution: {integrity: sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==}
dev: false

View File

@ -80,6 +80,7 @@
"@vuepress/plugin-theme-data": "2.0.0-rc.15",
"@vuepress/plugin-toc": "2.0.0-rc.15",
"@vueuse/core": "^10.8.0",
"bcrypt-ts": "^5.0.2",
"date-fns": "^3.3.1",
"katex": "^0.16.9",
"lodash.merge": "^4.6.2",