-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"private": true,
"hexo": {
"version": "3.9.0"
},
"scripts": {
"hexo": "hexo",
"build": "gulp copy:js && hexo clean && hexo generate && gulp build",
"dev": "gulp copy:js && hexo server --debug --draft --port $PORT",
"postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run build; fi"
},
"dependencies": {
"autoprefixer": "9.6.1",
"cssnano": "4.1.0",
"foundation-sites": "6.5.3",
"gulp": "4.0.2",
"gulp-html-minifier": "0.1.8",
"gulp-if": "3.0.0",
"gulp-load-plugins": "2.0.1",
"gulp-postcss": "8.0.0",
"gulp-rev": "9.0.0",
"gulp-rev-replace": "0.4.4",
"gulp-uglify": "3.0.2",
"gulp-useref": "3.1.6",
"hexo": "3.9.0",
"hexo-browsersync": "0.3.0",
"hexo-generator-feed": "1.2.2",
"hexo-generator-index": "0.2.1",
"hexo-generator-sitemap": "1.2.0",
"hexo-renderer-marked": "1.0.1",
"hexo-renderer-sass": "0.4.0",
"hexo-server": "0.3.3",
"iscroll": "5.2.0",
"jquery": "3.4.1",
"jquery-mousewheel": "3.1.13",
"pjax": "0.2.8"
},
"engines": {
"node": "10.16.3"
},
"devDependencies": {
"gulp-uglify-es": "^1.0.4"
}
}