2015-03-19 14:25:53 +00:00
|
|
|
{
|
|
|
|
"name": "hexo-theme-icarus",
|
2020-05-29 02:18:24 +00:00
|
|
|
"version": "3.1.0",
|
2019-12-20 23:05:36 +00:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.3.0"
|
2019-12-22 03:42:54 +00:00
|
|
|
},
|
|
|
|
"description": "A simple, delicate, and modern theme for Hexo",
|
|
|
|
"repository": "https://github.com/ppoffice/hexo-theme-icarus.git",
|
|
|
|
"author": "ppoffice <zrp1994@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"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": {
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-config-hexo": "^4.1.0",
|
2019-12-24 19:16:42 +00:00
|
|
|
"eslint-plugin-json": "^2.0.1",
|
2020-01-23 04:07:43 +00:00
|
|
|
"eslint-plugin-react": "^7.17.0"
|
2019-12-24 17:28:50 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-12-29 06:07:07 +00:00
|
|
|
"bulma-stylus": "0.8.0",
|
|
|
|
"deepmerge": "^4.2.2",
|
2020-01-04 02:28:38 +00:00
|
|
|
"hexo": "^4.2.0",
|
2020-06-20 21:24:38 +00:00
|
|
|
"hexo-component-inferno": "^0.4.0",
|
2019-12-24 17:28:50 +00:00
|
|
|
"hexo-log": "^1.0.0",
|
|
|
|
"hexo-pagination": "^1.0.0",
|
2020-03-08 17:09:48 +00:00
|
|
|
"hexo-renderer-inferno": "^0.1.3",
|
2019-12-26 03:51:14 +00:00
|
|
|
"hexo-renderer-stylus": "^1.1.0",
|
2019-12-24 19:16:42 +00:00
|
|
|
"hexo-util": "^1.8.0",
|
2019-12-24 17:28:50 +00:00
|
|
|
"inferno": "^7.3.3",
|
|
|
|
"inferno-create-element": "^7.3.3",
|
2020-01-04 02:28:38 +00:00
|
|
|
"moment": "^2.22.2",
|
|
|
|
"semver": ">=5.0.0"
|
2019-12-20 23:05:36 +00:00
|
|
|
}
|
2019-12-25 01:34:27 +00:00
|
|
|
}
|