-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (48 loc) · 1.44 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"scripts": {
"build": "hexo clean && hexo g -d",
"start": "hexo clean && hexo g && hexo s",
"push:cloudbase": "tcb login && cd frontend && cloudbase hosting:deploy . -e fe-hexo-blog-b54e5b"
},
"dependencies": {
"child_process": "^1.0.2",
"del": "^2.2.2",
"hexo": "^3.8.0",
"hexo-abbrlink": "^2.0.5",
"hexo-admin": "^2.3.0",
"hexo-asset-image": "git+https://github.com/CodeFalling/hexo-asset-image.git",
"hexo-baidu-url-submit": "0.0.6",
"hexo-blog-encrypt": "1.1.*",
"hexo-deployer-git": "^0.3.1",
"hexo-fs": "^1.0.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-baidu-sitemap": "^0.1.2",
"hexo-generator-category": "^0.1.3",
"hexo-generator-cname": "^0.3.0",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-index2": "^0.2.0",
"hexo-generator-json-content": "^3.0.1",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-helper-qrcode": "^1.0.2",
"hexo-lazyload": "^1.3.6",
"hexo-neat": "^1.0.4",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-marked": "^0.3.2",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.2.2",
"minimist": "^1.2.0",
"run-sequence": "^1.2.2"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}