mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
build: add bcrypt-ts deps
This commit is contained in:
parent
b0148d46a4
commit
615c388fcb
@ -30,11 +30,6 @@ export const theme: Theme = themePlume({
|
||||
},
|
||||
},
|
||||
plugins: {
|
||||
// docsearch: {
|
||||
// apiKey: '111',
|
||||
// appId: '111',
|
||||
// indexName: '1234',
|
||||
// },
|
||||
shiki: { twoslash: true },
|
||||
},
|
||||
})
|
||||
|
||||
@ -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
8
pnpm-lock.yaml
generated
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user