update
Some checks are pending
Deploy / build-and-deploy (push) Waiting to run

This commit is contained in:
2025-12-20 22:41:11 +08:00
parent b77f90559a
commit aa0e71ce94
2 changed files with 506 additions and 666 deletions

1138
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "web", "name": "web",
"private": true, "private": true,
"version": "0.2.0", "version": "0.3.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"start": "rsbuild dev", "start": "rsbuild dev",
@@ -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.11",
"@codemirror/lang-javascript": "^6.2.4", "@codemirror/lang-javascript": "^6.2.4",
"@vueuse/core": "^13.9.0", "@vueuse/core": "^14.1.0",
"axios": "^1.12.2", "axios": "^1.13.2",
"codemirror": "^6.0.2", "codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.2", "copy-text-to-clipboard": "^3.2.2",
"github-markdown-css": "^5.8.1", "github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"marked": "^16.3.0", "marked": "^17.0.1",
"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.2", "marked-highlight": "^2.2.3",
"md-editor-v3": "^6.0.1", "md-editor-v3": "^6.2.1",
"naive-ui": "^2.43.1", "naive-ui": "^2.43.2",
"vue": "^3.5.22", "vue": "^3.5.26",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^4.5.1" "vue-router": "^4.6.4"
}, },
"devDependencies": { "devDependencies": {
"@iconify/vue": "^5.0.0", "@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.4.6", "@rsbuild/core": "^1.6.15",
"@rsbuild/plugin-vue": "^1.1.0", "@rsbuild/plugin-vue": "^1.2.2",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.8.1",
"prettier": "^3.6.2", "prettier": "^3.7.4",
"typescript": "^5.8.3", "typescript": "^5.9.3",
"unplugin-vue-components": "^28.8.0" "unplugin-vue-components": "^30.0.0"
} }
} }