45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "hexo-theme-icarus",
|
|
"version": "6.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": ">=14"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .js --ext .jsx --ext .json ."
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-hexo": "^5.0.0",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-react": "^7.33.2"
|
|
},
|
|
"dependencies": {
|
|
"bulma-stylus": "0.8.0",
|
|
"deepmerge": "^4.3.1",
|
|
"hexo": "^7.1.1",
|
|
"hexo-component-inferno": "^3.1.0",
|
|
"hexo-log": "^4.1.0",
|
|
"hexo-pagination": "^4.0.0",
|
|
"hexo-renderer-inferno": "^1.0.2",
|
|
"hexo-renderer-stylus": "^3.0.1",
|
|
"hexo-util": "^3.2.0",
|
|
"inferno": "^8.2.3",
|
|
"inferno-create-element": "^8.2.3",
|
|
"moment": "^2.30.1",
|
|
"semver": "^7.5.4"
|
|
}
|
|
}
|