-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
40
41
42
43
44
45
46
47
48
49
{
"name": "@ruan-cat/drill-doc",
"description": "阮喵喵维护的钻头文档。",
"version": "0.0.1",
"author": {
"name": "ruan-cat"
},
"license": "MIT",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=20.15.1",
"vscode": "^1.22.0",
"pnpm": ">=9.5.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"scripts": {
"git:fetch": "git fetch -p",
"git:dev-2-main": "git rebase dev main",
"git:main-2-dev": "git rebase main dev",
"up-ruan-cat": "pnpm up @ruan-cat/*@latest",
"docs:build": "vuepress-vite build docs",
"docs:dev": "vuepress-vite dev docs --clean-cache --open",
"docs:update-package": "pnpm dlx vp-update",
"postinstall": "npx nuxi prepare",
"deploy-vercel": "node --import=tsx ./bin/vercel-deploy-tool.ts"
},
"devDependencies": {
"@ruan-cat/domains": "^0.1.3",
"@ruan-cat/vercel-deploy-tool": "^0.5.0",
"@ruan-cat/vuepress-preset-config": "^0.1.14",
"@vuepress/bundler-vite": "2.0.0-rc.18",
"chart.js": "^4.4.7",
"commitizen": "^4.3.1",
"cz-git": "^1.11.0",
"echarts": "^5.5.1",
"flowchart.ts": "^1.0.1",
"katex": "^0.16.11",
"mermaid": "^10.9.3",
"nuxt": "^3.14.1592",
"tsx": "^4.19.2",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18"
}
}