UNPKG

hexo-theme-nexmoe

Version:

🔥 A special hexo theme.

47 lines (46 loc) • 1.11 kB
{ "name": "hexo-theme-nexmoe", "version": "4.2.2", "description": "🔥 A special hexo theme.", "keywords": [ "hexo", "theme", "nexmoe" ], "author": "Nexmoe (https://github.com/nexmoe)", "license": "Apache-2.0", "main": "index.js", "scripts": { "lint": "eslint --ext .jsx --ext .json .", "lint:fix": "eslint --ext .jsx --ext .json . --fix" }, "repository": { "type": "git", "url": "git://github.com/theme-nexmoe/hexo-theme-nexmoe.git" }, "bugs": { "url": "https://github.com/theme-nexmoe/hexo-theme-nexmoe/issues" }, "homepage": "https://docs.nexmoe.com/", "devDependencies": { "eslint": "^8.6.0", "eslint-config-hexo": "^5.0.0", "eslint-plugin-json": "^3.0.0", "eslint-plugin-react": "^7.17.0" }, "dependencies": { "hexo-generator-json-content": "^4.2.3", "hexo": "^6.0.0", "hexo-component-inferno": "^2.0.2", "hexo-renderer-inferno": "^0.1.3", "hexo-renderer-stylus": "^3.0.0", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "semver": ">=5.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }