-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
68 lines (68 loc) · 2.37 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
62
63
64
65
66
67
68
{
"name": "hexo-theme-shokax",
"version": "0.4.16",
"description": "a hexo theme based on shoka",
"main": "index.js",
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
"author": "zkz098",
"license": "AGPL-3.0-or-later",
"packageManager": "[email protected]",
"scripts": {
"test": "tsc --build --verbose",
"build": "node ./toolbox/compiler.mjs"
},
"devDependencies": {
"@types/fancybox": "^3.5.7",
"@types/jquery": "^3.5.30",
"@types/js-yaml": "^4.0.9",
"@types/katex": "^0.16.7",
"@types/node": "^22.5.5",
"@types/quicklink": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"eslint-config-standard": "~17",
"eslint-plugin-vue": "^9.28.0",
"glob": "^11.0.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@algolia/client-search": "^5.5.3",
"@waline/client": "^3.3.2",
"algoliasearch": "5.10.2",
"esbuild": "^0.24.0",
"hexo": "^7.3.0",
"hexo-algoliasearch": "^2.0.1",
"hexo-feed": "^1.1.2",
"hexo-fs": "^4.1.3",
"hexo-pagination": "^4.0.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-util": "^3.3.0",
"instantsearch.js": "^4.74.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.11",
"mouse-firework": "^0.0.6",
"quicklink": "^2.3.0",
"theme-shokax-anime": "^0.0.7",
"theme-shokax-pjax": "^0.0.3",
"twikoo": "^1.6.39",
"unlazy": "^0.11.3"
},
"engines": {
"node": ">=18.0.0"
},
"engineStrict": true,
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"hasown": "npm:@nolyfill/hasown@latest",
"is-regex": "npm:@nolyfill/is-regex@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.groupby": "npm:@nolyfill/object.groupby@latest",
"object.values": "npm:@nolyfill/object.values@latest"
}
}
}