-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.54 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"author": {
"name": "LittleYe233"
},
"bugs": {
"url": "https://github.com/LittleYe233/hexo-theme-amazingremake/issues"
},
"bundleDependencies": false,
"dependencies": {
"deepmerge": "^4.2.2",
"hexo-component-inferno": "^1.0.2",
"inferno": "^7.4.11",
"inferno-create-element": "^7.4.11",
"moment": "^2.29.1",
"semver": ">=5.0.0"
},
"deprecated": false,
"description": "A new remake version of a simple, delicate, and modern theme for Hexo",
"devDependencies": {
"bulma-stylus": "0.8.0",
"eslint": "^8.8.0",
"eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.28.0",
"hexo": "^6.0.0",
"hexo-log": "^3.0.0",
"hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.1",
"hexo-util": "^2.5.0"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://github.com/LittleYe233/hexo-theme-amazingremake",
"keywords": [
"hexo",
"theme",
"icarus",
"amazing"
],
"license": "MIT",
"name": "hexo-theme-amazingremake",
"peerDependencies": {
"bulma-stylus": "0.8.0",
"hexo": "^6.0.0",
"hexo-log": "^3.0.0",
"hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.1",
"hexo-util": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LittleYe233/hexo-theme-amazingremake.git"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ."
},
"version": "1.3.1"
}