-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "moefy-vuepress-monorepo",
"private": true,
"description": "Add some lovely plugins to your vuepress!",
"keywords": [
"vuepress",
"plugin",
"lovely"
],
"author": "SigureMo",
"license": "MIT",
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"pub": "pnpm -r publish --no-git-checks --access public",
"batch-push": "bash scripts/batch-push.sh",
"bump-deps": "pnpm -r up --latest"
},
"devDependencies": {
"@types/node": "^20.0.0",
"cross-env": "^7.0.3",
"vuepress": "^1.9.9"
},
"dependencies": {
"vuepress-plugin-cursor-effects": "workspace:^",
"vuepress-plugin-dynamic-title": "workspace:^",
"vuepress-plugin-go-top": "workspace:^",
"vuepress-plugin-meting": "workspace:^",
"vuepress-plugin-ribbon": "workspace:^"
},
"pnpm": {
"overrides": {
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
}
}
}