-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.32 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.32 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"prepare": "husky"
},
"hexo": {
"version": "7.3.0"
},
"overrides": {
"js-yaml": "^4.1.1",
"minimist": "^1.2.8",
"optimist": {
"minimist": "^1.2.8"
},
"opencollective": {
"minimist": "^1.2.8"
},
"node-fetch": "^2.6.12",
"got": "^11.8.5",
"http-cache-semantics": "^4.1.1",
"ip": "^2.0.1",
"socks": "^2.8.7",
"socks-proxy-agent": "^8.0.4",
"make-fetch-happen": "^13.0.0",
"npm-registry-fetch": "^16.2.1",
"pacote": "^17.0.6",
"npm-check-updates": "^17.1.6",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"anymatch": "^3.1.3",
"readdirp": "^3.6.0",
"chokidar": "^3.5.3",
"execa": "^5.1.1",
"cross-spawn": "^7.0.3",
"term-size": "^2.2.1",
"striptags": "^3.2.0",
"tar": "^6.2.1",
"tmp": "^0.2.4",
"ejs": "^3.1.10",
"hexo-util": "^3.3.0"
},
"dependencies": {
"hexo": "^7.1.1",
"hexo-abbrlink": "^2.2.1",
"hexo-blog-encrypt": "^3.1.9",
"hexo-deployer-git": "^4.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "github:moon-jam/hexo-generator-feed",
"hexo-generator-index-i18n": "^0.2.1",
"hexo-generator-index-pin-top": "^0.2.2",
"hexo-generator-searchdb": "^1.4.1",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-helper-live2d": "^3.1.0",
"hexo-hide-posts": "^0.4.3",
"hexo-next-darkmode": "^0.1.10",
"hexo-next-fireworks": "github:next-theme/hexo-next-fireworks",
"hexo-next-giscus": "^1.1.0",
"hexo-optimize": "^3.3.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-pandoc": "^0.5.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.7.1",
"hexo-theme-landscape": "^1.0.0",
"hexo-word-counter": "^0.2.0",
"live2d-widget-model-hibiki": "^1.0.5",
"live2d-widget-model-hijiki": "^1.0.5",
"live2d-widget-model-tororo": "^1.0.5",
"live2d-widget-model-wanko": "^1.0.5",
"minimist": "^1.2.8",
"object-assign": "^4.1.1",
"punycode": "^2.3.1"
},
"devDependencies": {
"husky": "^9.1.7"
}
}