-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.06 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
66
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "hexo clean",
"clean:yuque": "yuque-hexo clean",
"build": "hexo generate",
"deploy": "yuque-hexo sync && hexo deploy",
"publish": "npm run clean && npm run deploy",
"sync": "yuque-hexo sync",
"reset": "npm run clean:yuque && npm run sync",
"server": "hexo server"
},
"hexo": {
"version": "5.2.0"
},
"yuqueConfig": {
"postPath": "source/_posts/yuque",
"cachePath": "yuque.json",
"mdNameFormat": "slug",
"adapter": "hexo",
"concurrency": 5,
"baseUrl": "https://www.yuque.com/api/v2",
"login": "binowen",
"repo": "blog",
"token": "2CA6vws8MQbK5jNou7I56jl7hk34aigRfcrLE0as",
"onlyPublished": true,
"onlyPublic": true,
"lastGeneratePath": "lastGeneratePath.log",
"imgCdn": {
"enabled": false,
"imageBed": "qiniu",
"host": "",
"bucket": "",
"region": "",
"prefixKey": ""
}
},
"dependencies": {
"hexo": "^5.0.0",
"hexo-baidu-url-submit": "0.0.6",
"hexo-deployer-ali-oss": "^1.0.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-baidu-sitemap": "^0.1.9",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-search": "^2.4.1",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^1.0.0",
"hexo-helper-live2d": "^3.1.1",
"hexo-permalink-pinyin": "^1.1.0",
"hexo-prism-plugin": "^2.3.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^3.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-wordcount": "^6.0.1",
"live2d-widget-model-shizuku": "^1.0.5"
},
"devDependencies": {
"yuque-hexo": "^1.6.5"
}
}