themekit-js 1.1.16 → 1.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "themekit-js",
|
|
3
|
-
|
|
4
|
-
"description": "基于VitePress开发的Markdown静态网站生成器",
|
|
3
|
+
"version": "1.1.18",
|
|
4
|
+
"description": "基于VitePress开发的Markdown静态网站生成器",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "pnpm@8.15.6",
|
|
7
7
|
"main": "dist/node/index.js",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"@vue/devtools-api": "^7.0.25",
|
|
105
105
|
"@vueuse/core": "^10.9.0",
|
|
106
106
|
"@vueuse/integrations": "^10.9.0",
|
|
107
|
+
"axios": "^1.7.2",
|
|
107
108
|
"focus-trap": "^7.5.4",
|
|
108
109
|
"github-markdown-css": "^5.5.1",
|
|
109
110
|
"mark.js": "8.11.1",
|