63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "hexo-site",
|
|
"version": "1.0.1",
|
|
"author": "Feax",
|
|
"description": "博客备份",
|
|
"main": "index.js",
|
|
"hexo": {
|
|
"version": "3.7.1"
|
|
},
|
|
"scripts": {
|
|
"new": "hexo new ${title}",
|
|
"s": "hexo s",
|
|
"g": "hexo g",
|
|
"init": "commitizen init cz-conventional-changelog --save --save-exact",
|
|
"cz": "git add . && git cz",
|
|
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
|
"release": "./scripts/release.sh",
|
|
"changeissueurl": "replace 'https://github.com/myproject/issues/' 'https://redmine.example.com/' CHANGELOG.md",
|
|
"setv": "standard-version"
|
|
},
|
|
"dependencies": {
|
|
"hexo": "^3.2.0",
|
|
"hexo-baidu-url-submit": "^0.0.5",
|
|
"hexo-deployer-git": "^0.3.1",
|
|
"hexo-generator-archive": "^0.1.4",
|
|
"hexo-generator-baidu-sitemap": "^0.1.2",
|
|
"hexo-generator-category": "^0.1.3",
|
|
"hexo-generator-feed": "^1.2.2",
|
|
"hexo-generator-index": "^0.2.0",
|
|
"hexo-generator-search": "^2.2.5",
|
|
"hexo-generator-sitemap": "^1.2.0",
|
|
"hexo-generator-tag": "^0.2.0",
|
|
"hexo-helper-post-top": "^0.0.1",
|
|
"hexo-helper-qrcode": "^1.0.2",
|
|
"hexo-renderer-ejs": "^0.3.0",
|
|
"hexo-renderer-marked": "^0.3.0",
|
|
"hexo-renderer-stylus": "^0.3.1",
|
|
"hexo-server": "^0.2.0",
|
|
"hexo-tag-aplayer": "^3.0.3",
|
|
"hexo-tag-dplayer": "^0.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^3.0.5",
|
|
"conventional-changelog-cli": "^2.0.11",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"standard-version": "^4.4.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog",
|
|
"ghooks": {
|
|
"commit-msg": "./validate-commit-msg.js",
|
|
"pre-commit": "gulp lint",
|
|
"pre-push": "make test",
|
|
"post-merge": "npm install",
|
|
"post-rewrite": "npm install"
|
|
}
|
|
}
|
|
},
|
|
"repository": "ssh://git@github.com/j710328466/j710328466.github.io.git",
|
|
"license": "MIT"
|
|
}
|