-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.33 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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.6.0"
},
"scripts": {
"deploy": "npm run hexo-deploy && npm run copy-config",
"hexo-deploy": "hexo clean && rm db.json && hexo g && gulp && hexo d && node pushtobaidu.js",
"copy-config": "rm themes_config.yml && cp themes/smackdown/_config.yml themes_config.yml",
"push": "git pull origin master && git add -A && git commit -m 'update' && git push origin master"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-html-minifier": "^0.1.8",
"gulp-htmlclean": "^2.7.6",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^2.0.0",
"hexo": "^3.3.1",
"hexo-deployer-git": "^0.2.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-baidu-sitemap": "^0.1.2",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.0",
"hexo-generator-sitemap": "^1.1.2",
"hexo-generator-tag": "^0.2.0",
"hexo-generator-topindex": "^0.3.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-jade": "^0.3.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-pug": "^0.0.5",
"hexo-renderer-sass": "^0.3.2",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"node-sass": "^4.13.0",
"xml2js": "^0.4.17"
}
}