forked from quasarframework/quasar-framework.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
53
54
55
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "./build && hexo deploy"
},
"hexo": {
"version": "3.3.8"
},
"dependencies": {
"eslint-config-standard": "^5.3.5",
"eslint-plugin-html": "^1.5.2",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"hexo": "^3.2.0",
"hexo-browsersync": "^0.2.0",
"hexo-deployer-git": "^0.2.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.0",
"hexo-generator-search": "^1.0.2",
"hexo-generator-sitemap": "^1.1.2",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
},
"devDependencies": {
"htmlmin": "0.x",
"cheerio": "0.x",
"del": "^2.0.2",
"eslint": "^2.10.2",
"eslint-config-defaults": "^9.0.0",
"gulp": "^3.9.0",
"gulp-css-base64": "^1.3.2",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-image-resize": "0.x",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-rev-replace": "^0.4.0",
"gulp-uglify": "^1.4.2",
"gulp-useref": "^2.1.0",
"imagemin-pngquant": "^5.0.0",
"line-by-line": "^0.1.4",
"run-sequence": "^1.1.4"
}
}