-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"hexo:build": "hexo generate",
"hexo:clean": "hexo clean",
"deploy": "hexo deploy",
"new": "hexo new draft",
"server": "hexo server --draft",
"post": "hexo publish drfat",
"yuque:clean": "yuque-hexo clean",
"yuque:sync": "yuque-hexo sync"
},
"hexo": {
"version": "5.4.0"
},
"yuqueConfig": {
"postPath": "source/_posts/yuque",
"baseUrl": "https://www.yuque.com/api/v2",
"login": "soonwang",
"repo": "blog",
"onlyPublished": true,
"onlyPublic": true,
"imgCdn": {
"enabled": true,
"imageBed": "qiniu",
"host": "https://image.soonwang.cn",
"bucket": "blog-oversea",
"region": "as0",
"prefixKey": "blog"
}
},
"dependencies": {
"hexo": "^6.3.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-searchdb": "^1.4.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^5.0.0",
"hexo-renderer-stylus": "^2.1.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-next": "^8.13.0",
"yuque-hexo": "^1.9.1"
}
}