-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "abyrus",
"version": "5.1.0",
"author": "Abyssers",
"license": "MIT",
"description": "An abysserlized theme for Hexo based on icarus",
"keywords": [
"hexo",
"theme",
"acarus",
"icarus"
],
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"prepare": "husky install",
"lint": "eslint --fix --ext .js,.jsx . && prettier --write ."
},
"dependencies": {
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"hexo": "^6.0.0",
"hexo-component-inferno": "^2.0.0",
"hexo-log": "^3.1.0",
"hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.1.0",
"hexo-util": "^2.4.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",
"semver": ">=5.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"eslint": "^8.22.0",
"eslint-config-hexo": "^5.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"markdownlint": "^0.26.2",
"markdownlint-cli2": "^0.5.1",
"prettier": "2.7.1"
}
}