-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
50
51
52
53
54
55
56
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.1.1"
},
"scripts": {
"start": "hexo s --watch",
"build": "hexo generate && gulp",
"deploy-back": "sh ./deploy.sh",
"gh-pages-bak": "hexo d -g",
"pub": "gh-pages -d public"
},
"dependencies": {
"cheerio": "0.19.0",
"hexo": "3.1.1",
"hexo-deployer-git": "0.0.4",
"hexo-generator-archive": "0.1.3",
"hexo-generator-feed": "1.0.3",
"hexo-generator-sitemap": "1.0.1",
"hexo-renderer-jade": "0.1.0",
"hexo-renderer-marked": "0.2.5",
"hexo-renderer-stylus": "0.3.0",
"hexo-server": "0.1.2",
"lodash": "3.10.1",
"lunr": "0.6.0"
},
"devDependencies": {
"cssnano": "3.3.1",
"gh-pages": "^1.1.0",
"gulp": "3.9.0",
"gulp-favicons": "2.1.3",
"gulp-html-minifier": "0.1.6",
"gulp-if": "2.0.0",
"gulp-ignore": "2.0.1",
"gulp-image-resize": "0.7.1",
"gulp-imagemin": "2.4.0",
"gulp-load-plugins": "1.1.0",
"gulp-minify-css": "1.2.1",
"gulp-minify-html": "1.0.4",
"gulp-postcss": "6.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "6.0.1",
"gulp-rev-collector": "1.0.2",
"gulp-rev-replace": "0.4.2",
"gulp-uglify": "1.5.1",
"gulp-useref": "3.0.0",
"imagemin-pngquant": "4.2.0",
"js-yaml": "3.4.3",
"shelljs": "0.5.3"
},
"optionalDependencies": {
"hexo-browsersync": "0.1.0"
}
}