2015-03-19 14:25:53 +00:00
|
|
|
{
|
|
|
|
"name": "hexo-theme-icarus",
|
2024-06-04 01:37:37 +00:00
|
|
|
"version": "6.1.0",
|
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": {
|
2024-02-03 08:02:38 +00:00
|
|
|
"node": ">=14"
|
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": {
|
2024-02-03 08:29:06 +00:00
|
|
|
"eslint": "^8.56.0",
|
2022-01-15 22:52:54 +00:00
|
|
|
"eslint-config-hexo": "^5.0.0",
|
2024-02-03 08:29:06 +00:00
|
|
|
"eslint-plugin-json": "^3.1.0",
|
|
|
|
"eslint-plugin-react": "^7.33.2"
|
2022-04-04 20:15:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"bulma-stylus": "0.8.0",
|
2024-02-03 08:02:38 +00:00
|
|
|
"deepmerge": "^4.3.1",
|
|
|
|
"hexo": "^7.1.1",
|
2024-06-04 01:35:28 +00:00
|
|
|
"hexo-component-inferno": "^3.1.0",
|
2024-02-03 08:02:38 +00:00
|
|
|
"hexo-log": "^4.1.0",
|
|
|
|
"hexo-pagination": "^3.0.0",
|
2024-02-05 02:00:46 +00:00
|
|
|
"hexo-renderer-inferno": "^1.0.2",
|
2024-02-03 08:02:38 +00:00
|
|
|
"hexo-renderer-stylus": "^3.0.1",
|
|
|
|
"hexo-util": "^3.2.0",
|
2024-02-04 23:08:47 +00:00
|
|
|
"inferno": "^8.2.3",
|
|
|
|
"inferno-create-element": "^8.2.3",
|
2024-02-03 08:02:38 +00:00
|
|
|
"moment": "^2.30.1",
|
|
|
|
"semver": "^7.5.4"
|
2019-12-20 23:05:36 +00:00
|
|
|
}
|
2020-08-14 16:14:46 +00:00
|
|
|
}
|