-
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) · 1014 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1014 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,
"scripts": {
"start": "yuque-hexo clean && DEBUG=common-bin YUQUE_TOKEN=$YUQUE_TOKEN yuque-hexo sync && hexo clean && hexo generate",
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "6.2.0"
},
"dependencies": {
"hexo": "^6.2.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": "^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"
},
"yuqueConfig": {
"baseUrl": "https://www.yuque.com/api/v2",
"login": "spongebob-iifz0",
"repo": "npxz9y",
"mdNameFormat": "title",
"postPath": "source/_posts",
"onlyPublished": false,
"token":"hhAQEz0TUNDaIvJfmWKxojiDyLcVnIrE36Y3TmZZ"
}
}