加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiabeihuan 提交于 2018-04-06 10:17 . 地图可视化
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.6.0"
},
"scripts": {
"build": "hexo generate && gulp",
"deploy": "hexo deploy"
},
"dependencies": {
"cheerio": "^0.20.0",
"gulp-imagemin": "^3.0.2",
"hexo": "^3.3.8",
"hexo-deployer-git": "^0.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-feed": "^1.1.0",
"hexo-generator-sitemap": "^1.1.2",
"hexo-renderer-jade": "^0.3.0",
"hexo-renderer-marked": "^0.2.10",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"lodash": "^4.5.1",
"lunr": "^0.6.0"
},
"devDependencies": {
"cssnano": "^3.7.3",
"gulp": "^3.9.1",
"gulp-htmlclean": "^2.7.6",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.2",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.4",
"gulp-unique-files": "^0.1.2",
"gulp-useref": "^3.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化