-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.07 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.07 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@ruan-cat-docs/root",
"private": true,
"version": "1.0.0",
"description": "笔记单仓根目录。",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22.14.0"
},
"scripts": {
"up-taze": "pnpm -w up @ruan-cat/taze-config -L && npx taze -r",
"build:docs": "turbo run build:docs",
"deploy": "turbo run deploy:vercel",
"git:fetch": "git fetch -p",
"git:dev-2-main": "pnpm git:fetch && pnpm git:push && git rebase dev main && pnpm run git:push",
"git:main-2-dev": "git rebase main dev && pnpm git:push",
"git:push": "git push --follow-tags",
"clear:cache": "rimraf -g '**/{dist,.turbo,.vercel,.cache,.temp}'",
"clear:deps": "rimraf -g '**/{node_modules,package-lock.json,pnpm-lock.yaml}'",
"format": "prettier --experimental-cli --write .",
"test": "vitest --ui --watch --api.port=4000",
"todoctor": "todoctor",
"preinstall": "npm run corepack:pnpm",
"prepare": "simple-git-hooks",
"old-preinstall": "npx only-allow pnpm && npm run corepack:pnpm",
"corepack:pnpm": "corepack enable && corepack install",
"deploy:vercel": "vercel-deploy-tool deploy",
"ci": "pnpm run build:docs",
"build:docs:note": "turbo run do-build-note-doc",
"build:docs:01star": "turbo run do-build-01star-doc",
"build:docs:my-pr": "turbo run do-build-my-pr-doc"
},
"dependencies": {
"@ruan-cat-docs/docs-01-star": "workspace:^",
"@ruan-cat-docs/my-pull-requests": "workspace:^",
"@ruan-cat-docs/notes": "workspace:^",
"@ruan-cat-docs/rpgmv-dev-notes": "workspace:^",
"@vercel/analytics": "^1.6.1",
"@vueuse/core": "^13.9.0",
"animate.css": "^4.1.1",
"axios": "^1.13.6",
"dayjs": "^1.11.20",
"element-plus": "^2.13.5",
"lodash-es": "^4.17.23",
"node-localstorage": "^3.0.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"uuid": "^11.1.0",
"vue": "^3.5.30",
"vue-json-excel3": "^1.0.30",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@iconify/json": "^2.2.449",
"@iconify/vue": "^5.0.0",
"@prettier/plugin-oxc": "^0.0.4",
"@ruan-cat/commitlint-config": "^4.9.4",
"@ruan-cat/domains": "^2.1.0",
"@ruan-cat/generate-code-workspace": "^0.7.4",
"@ruan-cat/taze-config": "^1.0.4",
"@ruan-cat/utils": "^4.22.0",
"@ruan-cat/vercel-deploy-tool": "^1.2.5",
"@shikijs/twoslash": "^3.23.0",
"@shikijs/vitepress-twoslash": "^3.23.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.12.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/ui": "^3.2.4",
"commitlint": "^20.5.0",
"cross-env": "^7.0.3",
"cz-git": "^1.12.0",
"lint-staged": "^16.4.0",
"moment": "^2.30.1",
"only-allow": "^1.2.2",
"pkg-types": "^2.3.0",
"prettier": "^3.8.1",
"prettier-plugin-lint-md": "^1.0.1",
"rimraf": "^6.1.3",
"simple-git-hooks": "^2.13.1",
"taze": "^19.10.0",
"todoctor": "^1.3.5",
"tsx": "^4.21.0",
"turbo": "^2.8.17",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.10.0",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^31.0.0",
"vercel": "44.2.8",
"vite": "^7.0.0",
"vitest": "^3.2.4"
}
}