hexo-theme-maxmilu
Version:
A fork hexo theme base hexo-theme-nexmoe.
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "hexo-theme-maxmilu",
"version": "4.1.4",
"description": "A fork hexo theme base hexo-theme-nexmoe.",
"keywords": [
"hexo",
"theme",
"nexmoe",
"maxmilu"
],
"author": "MaxMilu (https://github.com/MaxMilu)",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ."
},
"repository": {
"type": "git",
"url": "git@github.com:MaxMilu/hexo-theme-maxmilu.git"
},
"bugs": {
"url": "https://github.com/MaxMilu/hexo-theme-maxmilu/issues"
},
"homepage": "https://docs.nexmoe.com/",
"devDependencies": {
"cz-conventional-changelog": "3.3.0",
"eslint": "8.36.0",
"eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.32.2"
},
"dependencies": {
"@nexmoe/hexo-renderer-inferno": "^0.2.0",
"hexo-component-inferno": "^2.0.3",
"hexo-generator-json-content": "^4.2.3",
"hexo-renderer-stylus": "^2.1.0",
"inferno": "^8.0.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}