-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 909 Bytes
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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "4.0.0"
},
"scripts": {
"sync": "npx yuque-hexo sync",
"clean:yuque": "npx yuque-hexo clean",
"deploy": "npm run sync && npx hexo clean && npx hexo g -d"
},
"dependencies": {
"hexo": "^4.0.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-marked": "^2.0.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0"
},
"yuqueConfig": {
"baseUrl": "https://www.yuque.com/api/v2",
"login": "imelon",
"repo": "notes",
"mdNameFormat": "title",
"postPath": "source/_posts/yuque"
},
"devDependencies": {
"hexo-util": "^0.6.3",
"yuque-hexo": "^1.3.1"
}
}