-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.33 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
{
"name": "hexo-theme-essence",
"version": "1.10.0",
"description": "A Simple Clean Theme for Hexo with user-friendly Navigation System.",
"scripts": {
"test": "echo \"No test specified\"",
"lint": "eslint source/js/** && eslint scripts/**",
"lint-fix": "eslint source/js/** --fix && eslint scripts/** --fix"
},
"keywords": [
"hexo",
"theme",
"essence"
],
"author": "Sshwy",
"license": "GPL-3.0-or-later",
"files": [
"/languages",
"/layout",
"/module",
"/prism",
"/scripts",
"/source",
"_config.yml"
],
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"hexo-util": "^3.0.1",
"htmlparser2": "^9.0.0",
"iferr": "^1.0.2",
"js-yaml": "^4.1.0",
"memory-fs": "^0.5.0",
"webpack": "^5.84.1"
},
"peerDependencies": {
"hexo": ">= 7",
"hexo-renderer-ejs": ">= 2 < 3",
"hexo-renderer-stylus": ">= 2 < 3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sshwy/hexo-theme-essence.git"
},
"bugs": {
"url": "https://github.com/sshwy/hexo-theme-essence/issues"
},
"homepage": "https://github.com/sshwy/hexo-theme-essence#readme",
"main": "README.md"
}