-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "vuepress-theme-qblog",
"version": "1.3.1",
"description": "一款多配置、贼强大的 VuePress 主题.",
"keywords": [
"vuepress-theme-blog",
"vuepress-theme",
"blog-theme",
"vue",
"vuepress"
],
"repository": {
"type": "git",
"url": "sanqi377/vuepress-theme-qblog"
},
"main": "index.js",
"author": "sanqi377<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanqi377/vuepress-theme-qblog/issues"
},
"homepage": "https://www.qblog.cc",
"dependencies": {
"@fancyapps/ui": "^4.0.31",
"@vuepress/plugin-blog": "^1.9.4",
"dayjs": "^1.11.5",
"js-md5": "^0.7.3",
"leancloud-storage": "^4.13.2",
"markdown-it-image-lazy-loading": "^1.2.0",
"markdown-it-image-loading": "^1.0.2",
"nprogress": "^0.2.0",
"remixicon": "^2.5.0",
"tributejs": "^5.1.3",
"valine": "^1.5.1",
"vue-toastification": "^1.7.14",
"vue-tribute": "^1.0.7",
"vuepress": "^1.9.7",
"xgplayer": "^2.32.0"
}
}