-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "hexo-theme-stellaris",
"version": "2.2.0",
"description": "Powerful, elegant and modern Hexo theme, forked from hexo-theme-stellar.",
"main": "package.json",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/chiyuki0325/hexo-theme-stellaris.git"
},
"keywords": [
"hexo",
"theme",
"stellar",
"stellaris"
],
"author": "[Kirikaze Chiyuki](https://github.com/chiyuki0325)",
"email": "me@chyk.ink",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiyuki0325/hexo-theme-stellaris/issues/"
},
"dependencies": {
"hexo-renderer-jsx": "^1.0.1",
"hexo-renderer-stylus": "^3.0.0",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"html-react-parser": "^5.0.6"
},
"homepage": "https://blog.chyk.ink/wiki/stellaris/"
}