-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
49 lines (49 loc) · 1.35 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": "vmct-cn.top",
"private": "true",
"license": "MIT",
"type": "module",
"author": "Wulian233 <[email protected]>",
"homepage": "https://github.com/Wulian233/vmct-cn.top",
"repository": {
"type": "git",
"url": "https://github.com/Wulian233/vmct-cn.top"
},
"bugs": {
"url": "https://github.com/Wulian233/vmct-cn.top/issues",
"email": "[email protected]"
},
"scripts": {
"build": "vitepress build --minify --base /",
"dev": "vitepress",
"upgrade-deps": "taze patch -I"
},
"dependencies": {
"@mdit/plugin-container": "^0.13.1",
"@mdit/plugin-img-mark": "^0.13.1",
"@mdit/plugin-img-size": "^0.13.1",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"axios": "^1.7.7",
"js-yaml": "^4.1.0",
"markdown-it-footnote": "^4.0.0",
"medium-zoom": "^1.1.0",
"qrcode": "^1.5.4",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"vitepress": "^1.5.0",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nolebase/vitepress-plugin-git-changelog": "^2.8.1",
"@unocss/extractor-mdc": "^0.64.0",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"pnpm": "^9.12.3",
"taze": "^0.18.0",
"tsconfig-vuepress": "^5.2.1"
},
"packageManager": "[email protected]"
}