hexo-theme-amane/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2015-03-19 14:25:53 +00:00
{
2023-02-09 15:28:55 +00:00
"name": "hexo-theme-amane",
2024-02-16 23:52:19 +00:00
"version": "1.0.48",
2023-02-09 14:38:33 +00:00
"author": "Nofated095 <nofated095@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": {
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": {
"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",
2024-02-03 08:02:38 +00:00
"deepmerge": "^4.3.1",
"hexo": "^7.1.1",
"hexo-component-inferno": "^3.0.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"
}
2020-08-14 16:14:46 +00:00
}