UNPKG

hexo-plugin-aurora

Version:

A plugin for Hexo Aurora theme

38 lines (37 loc) 905 B
{ "name": "hexo-plugin-aurora", "version": "1.8.4", "description": "A plugin for Hexo Aurora theme", "main": "index.js", "keywords": [ "hexo", "hexo-theme-aurora", "hexo-plugin" ], "scripts": { "prepare": "husky install" }, "author": "bennyxguo<bennyxguo@gmail.com>", "license": "MIT", "dependencies": { "algoliasearch": "^4.19.1", "app-root-path": "^3.1.0", "chalk": "^4", "deasync": "^0.1.28", "fenceparser": "^2.2.0", "hexo-pagination": "^3.0.0", "hexo-util": "^3.0.1", "js-yaml": "^4.1.0", "shiki": "^0.14.4", "striptags": "^3.2.0", "truncate-html": "^1.0.4" }, "devDependencies": { "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "husky": "^8.0.3", "semantic-release": "^21.0.6" } }