1 Star 0 Fork 0

Sshwy / hexo-theme-essence

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
Sshwy 提交于 2021-07-07 20:17 . v1.9.4
{
"name": "hexo-theme-essence",
"version": "1.9.4",
"description": "A Simple Clean Theme for Hexo with user-friendly Navigation System.",
"scripts": {
"test": "echo \"No test specified\"",
"lint": "eslint source/js/** && eslint scripts/**",
"lint-fix": "eslint source/js/** --fix && eslint scripts/** --fix"
},
"keywords": [
"hexo",
"theme",
"essence"
],
"author": "Sshwy",
"license": "GPL-3.0-or-later",
"files": [
"/languages",
"/layout",
"/module",
"/prism",
"/scripts",
"/source",
"_config.yml"
],
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.19.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"hexo-util": "^2.5.0",
"htmlparser2": "^6.0.0",
"iferr": "^1.0.2",
"js-yaml": "^4.1.0",
"keyword-extractor": "0.0.19",
"memory-fs": "^0.5.0",
"webpack": "^5.41.1"
},
"peerDependencies": {
"hexo": ">= 5.3.0 < 6",
"hexo-renderer-ejs": ">= 1.0.0 < 2",
"hexo-renderer-stylus": ">= 2.0.1 < 3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sshwy/hexo-theme-essence.git"
},
"bugs": {
"url": "https://github.com/sshwy/hexo-theme-essence/issues"
},
"homepage": "https://github.com/sshwy/hexo-theme-essence#readme",
"main": "README.md"
}
1
https://gitee.com/sshwy/hexo-theme-essence.git
git@gitee.com:sshwy/hexo-theme-essence.git
sshwy
hexo-theme-essence
hexo-theme-essence
main

搜索帮助