-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "hing",
"version": "1.0.0",
"private": true,
"scripts": {
"server": "hexo server",
"sync": "yuque-hexo sync",
"clean": "yuque-hexo clean && hexo clean",
"build": "npm run sync && hexo g -d",
"reset": "npm run clean && npm run sync"
},
"hexo": {
"version": "4.0.0"
},
"dependencies": {
"hexo": "^4.0.0",
"hexo-deployer-git": "0.0.4",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-json-content": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-sass": "^0.4.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
},
"yuqueConfig": {
"postPath": "source/_posts",
"cachePath": "yuque.json",
"mdNameFormat": "slug",
"adapter": "hexo",
"concurrency": 5,
"baseUrl": "https://www.yuque.com/api/v2",
"login": "hing",
"repo": "blog",
"onlyPublished": true
},
"devDependencies": {
"yuque-hexo": "^1.6.0"
}
}