UNPKG

hexo-theme-essence

Version:

A Simple Clean Theme for Hexo with user-friendly Navigation System.

58 lines (57 loc) 1.36 kB
{ "name": "hexo-theme-essence", "version": "1.10.0", "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": "^8.36.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "hexo-util": "^3.0.1", "htmlparser2": "^9.0.0", "iferr": "^1.0.2", "js-yaml": "^4.1.0", "memory-fs": "^0.5.0", "webpack": "^5.84.1" }, "peerDependencies": { "hexo": ">= 7", "hexo-renderer-ejs": ">= 2 < 3", "hexo-renderer-stylus": ">= 2 < 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" }