Skip to content

Instantly share code, notes, and snippets.

@zhoujiealex
Created May 28, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhoujiealex/3259ca61efdb12bbdf83aea99d9ff705 to your computer and use it in GitHub Desktop.
Save zhoujiealex/3259ca61efdb12bbdf83aea99d9ff705 to your computer and use it in GitHub Desktop.
hexo packagejson
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.2.0"
},
"dependencies": {
"hexo": "^3.1.1",
"hexo-deployer-git": "^0.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-baidu-sitemap": "^0.1.2",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.1.0",
"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.1.1",
"hexo-renderer-marked": "^0.2.9",
"hexo-renderer-stylus": "^0.3.0",
"hexo-server": "^0.2.0"
},
"devDependencies": {
"del": "^2.2.0",
"gulp-clean-css": "^2.0.7",
"gulp-htmlclean": "^2.7.6",
"gulp-htmlmin": "^2.0.0",
"gulp-uglify": "^1.5.3",
"gulp-imagemin": "^3.0.1",
"run-sequence": "^1.2.0"
}
}
@zhoujiealex
Copy link
Author

npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment