-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
65 lines (65 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "vuepress-blog",
"version": "1.0.0",
"description": "博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"baiduPush": "node utils/baiduPush.js https://frxcat.fun && bash baiduPush.sh",
"deploy": "bash deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jamesives/github-pages-deploy-action": "^4.2.5",
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"caniuse-lite": "^1.0.30001296",
"countup.js": "^2.0.8",
"mermaid": "^8.11.4",
"moment": "^2.29.1",
"vue-tabs-component": "^1.5.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-code-switcher": "^1.1.0",
"@vuepress/plugin-nprogress": "^1.9.5",
"@vuepress/plugin-pwa": "^1.9.5",
"busuanzi.pure.js": "^1.0.3",
"vuepress": "^1.9.7",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-cursor-effects": "^1.1.2",
"vuepress-plugin-dehydrate": "^1.1.5",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-flexsearch": "^0.3.0",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-meting": "^0.3.1",
"vuepress-plugin-one-click-copy": "^1.0.6",
"vuepress-plugin-permalink-pinyin": "^1.0.0",
"vuepress-plugin-plausible-analytics": "^0.2.1",
"vuepress-plugin-qrcode": "^1.0.7",
"vuepress-plugin-ribbon": "^1.1.2",
"vuepress-plugin-right-anchor": "^0.5.5",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-social-share": "^1.1.0",
"vuepress-theme-vdoing": "^1.10.4",
"watchpack": "^2.3.1"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xustudyxu/xustudyxu.github.io.git"
},
"bugs": {
"url": "https://github.com/xustudyxu/xustudyxu.github.io/issues"
},
"homepage": "https://github.com/xustudyxu/xustudyxu.github.io#readme"
}