hexo-theme-amane/package.json

45 lines
1.1 KiB
JSON

{
"name": "hexo-theme-icarus",
"version": "5.1.0",
"author": "ppoffice <ppoffice@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",
"keywords": [
"hexo",
"theme",
"icarus"
],
"homepage": "https://github.com/ppoffice/hexo-theme-icarus",
"repository": "https://github.com/ppoffice/hexo-theme-icarus.git",
"bugs": {
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
},
"engines": {
"node": ">=12.4.0"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ."
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-react": "^7.17.0"
},
"dependencies": {
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"hexo": "^6.0.0",
"hexo-component-inferno": "^2.0.0",
"hexo-log": "^3.0.0",
"hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.0",
"hexo-util": "^2.4.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",
"semver": ">=5.0.0"
}
}