2015-03-19 14:25:53 +00:00
|
|
|
{
|
|
|
|
"name": "hexo-theme-icarus",
|
2022-01-15 22:56:26 +00:00
|
|
|
"version": "5.0.0-rc.1",
|
2020-08-15 01:51:14 +00:00
|
|
|
"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"
|
|
|
|
},
|
2019-12-20 23:05:36 +00:00
|
|
|
"engines": {
|
2021-05-06 20:19:07 +00:00
|
|
|
"node": ">=12.4.0"
|
2019-12-22 03:42:54 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-03-12 18:18:00 +00:00
|
|
|
"lint": "eslint --ext .js --ext .jsx --ext .json ."
|
2019-12-22 03:42:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-15 22:52:54 +00:00
|
|
|
"eslint": "^8.6.0",
|
|
|
|
"eslint-config-hexo": "^5.0.0",
|
2021-05-04 05:47:16 +00:00
|
|
|
"eslint-plugin-json": "^3.0.0",
|
2022-04-04 20:15:57 +00:00
|
|
|
"eslint-plugin-react": "^7.17.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bulma-stylus": "0.8.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
2022-01-15 22:52:54 +00:00
|
|
|
"hexo": "^6.0.0",
|
2022-04-04 20:15:57 +00:00
|
|
|
"hexo-component-inferno": "^1.1.0",
|
2022-01-15 22:52:54 +00:00
|
|
|
"hexo-log": "^3.0.0",
|
|
|
|
"hexo-pagination": "^2.0.0",
|
2020-09-03 22:52:53 +00:00
|
|
|
"hexo-renderer-inferno": "^0.1.3",
|
2020-09-04 05:25:10 +00:00
|
|
|
"hexo-renderer-stylus": "^2.0.0",
|
2022-04-04 20:15:57 +00:00
|
|
|
"hexo-util": "^2.4.0",
|
2020-09-03 22:52:53 +00:00
|
|
|
"inferno": "^7.3.3",
|
|
|
|
"inferno-create-element": "^7.3.3",
|
|
|
|
"moment": "^2.22.2",
|
|
|
|
"semver": ">=5.0.0"
|
2019-12-20 23:05:36 +00:00
|
|
|
}
|
2020-08-14 16:14:46 +00:00
|
|
|
}
|