hexo-theme-shokax 0.4.0-beta.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "hexo-theme-shokax",
|
3
|
-
"version": "0.4.0
|
3
|
+
"version": "0.4.0",
|
4
4
|
"description": "a hexo theme based on shoka",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
|
@@ -19,17 +19,17 @@
|
|
19
19
|
"@types/quicklink": "^2.3.4",
|
20
20
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
21
21
|
"@typescript-eslint/parser": "^6.20.0",
|
22
|
-
"@waline/client": "3.0.0-alpha.11",
|
23
22
|
"eslint": "^8.56.0",
|
24
23
|
"eslint-config-standard": "~17",
|
25
24
|
"eslint-plugin-import": "^2.29.1",
|
26
25
|
"eslint-plugin-n": "^16.6.2",
|
27
26
|
"eslint-plugin-promise": "^6.1.1",
|
28
27
|
"eslint-plugin-vue": "^9.20.1",
|
29
|
-
"typescript": "^5.3.3"
|
30
|
-
"vue": "^3.4.15"
|
28
|
+
"typescript": "^5.3.3"
|
31
29
|
},
|
32
30
|
"dependencies": {
|
31
|
+
"@waline/client": "3.0.0-alpha.11",
|
32
|
+
"vue": "^3.4.15",
|
33
33
|
"@algolia/client-search": "^4.22.1",
|
34
34
|
"algoliasearch": "4.22.1",
|
35
35
|
"esbuild": "^0.20.0",
|
@@ -44,7 +44,11 @@
|
|
44
44
|
"theme-shokax-anime": "^0.0.6",
|
45
45
|
"theme-shokax-pjax": "^0.0.3",
|
46
46
|
"twikoo": "^1.6.31",
|
47
|
-
"unlazy": "^0.10.4"
|
47
|
+
"unlazy": "^0.10.4",
|
48
|
+
"hexo-lightning-minify": "latest",
|
49
|
+
"hexo-algoliasearch": "latest",
|
50
|
+
"hexo-feed": "latest",
|
51
|
+
"hexo-renderer-pug": "latest"
|
48
52
|
},
|
49
53
|
"engines": {
|
50
54
|
"node": ">=18.0.0"
|