-
Notifications
You must be signed in to change notification settings - Fork 324
/
package.json
52 lines (52 loc) · 1.3 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
50
51
52
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
},
"scripts": {
"serve": "hexo s --watch",
"build": "hexo generate && gulp"
},
"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",
"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"
}
}