-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "hexo-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"sync": "yuque-hexo sync",
"clean:yuque": "yuque-hexo clean",
"deploy": "npm run sync && hexo clean && hexo g -d",
"publish": "npm run clean && npm run deploy",
"clean": "hexo clean",
"dev": "hexo s",
"start": "yuque-hexo clean && yuque-hexo sync && hexo clean && hexo generate",
"server": "hexo server",
"reset": "npm run clean:yuque && npm run sync"
},
"yuqueConfig": {
"baseUrl": "https://www.yuque.com/api/v2",
"login": "hduer",
"repo": "guide",
"mdNameFormat": "title",
"postPath": "./source/_posts",
"cachePath": "yuque.json",
"adapter": "hexo",
"concurrency": 5,
"onlyPublished": false,
"onlyPublic": false
},
"hexo": {
"version": "5.4.0"
},
"dependencies": {
"hexo": "^5.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^4.0.0",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-theme-landscape": "^0.0.3"
}
}