This commit is contained in:
2025-07-16 09:22:47 +08:00
parent 2ad2a971c0
commit 33e4ead2c5
2 changed files with 361 additions and 274 deletions

607
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,31 +11,31 @@
"dependencies": { "dependencies": {
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9", "@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.3", "@codemirror/lang-javascript": "^6.2.4",
"@fsegurai/codemirror-theme-github-light": "^6.1.4", "@fsegurai/codemirror-theme-github-light": "^6.2.0",
"@vueuse/core": "^13.1.0", "@vueuse/core": "^13.5.0",
"axios": "^1.9.0", "axios": "^1.10.0",
"codemirror": "^6.0.1", "codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.0",
"github-markdown-css": "^5.8.1", "github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"marked": "^15.0.11", "marked": "^16.0.0",
"marked-alert": "^2.1.2", "marked-alert": "^2.1.2",
"marked-code-preview": "^1.3.7", "marked-code-preview": "^1.3.7",
"marked-highlight": "^2.2.1", "marked-highlight": "^2.2.2",
"md-editor-v3": "^5.7.0", "md-editor-v3": "^5.8.1",
"naive-ui": "^2.41.0", "naive-ui": "^2.42.0",
"vue": "^3.5.13", "vue": "^3.5.17",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
"@iconify/vue": "^4.3.0", "@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.3.13", "@rsbuild/core": "^1.4.6",
"@rsbuild/plugin-vue": "^1.0.7", "@rsbuild/plugin-vue": "^1.1.0",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.7.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"unplugin-vue-components": "^28.5.0" "unplugin-vue-components": "^28.8.0"
} }
} }