Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-07-24 20:02:24 +02:00
parent 3cd2ac63fd
commit 1eb6734740
2 changed files with 422 additions and 612 deletions

View File

@@ -13,18 +13,18 @@
"typecheck": "nuxt prepare && vue-tsc -b --noEmit" "typecheck": "nuxt prepare && vue-tsc -b --noEmit"
}, },
"dependencies": { "dependencies": {
"@iconify-json/logos": "^1.2.4", "@iconify-json/logos": "^1.2.5",
"@iconify-json/lucide": "^1.2.57", "@iconify-json/lucide": "^1.2.58",
"@iconify-json/ph": "^1.2.2", "@iconify-json/ph": "^1.2.2",
"@iconify-json/twemoji": "^1.2.2", "@iconify-json/twemoji": "^1.2.2",
"@iconify-json/vscode-icons": "^1.2.23", "@iconify-json/vscode-icons": "^1.2.23",
"@intlify/message-compiler": "^11.1.10", "@intlify/message-compiler": "^11.1.11",
"@nuxt/content": "3.6.3", "@nuxt/content": "3.6.3",
"@nuxt/image": "^1.10.0", "@nuxt/image": "^1.10.0",
"@nuxt/ui": "3.2.0", "@nuxt/ui": "3.3.0",
"@nuxthub/core": "^0.9.0", "@nuxthub/core": "^0.9.0",
"@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "10.0.1", "@nuxtjs/i18n": "10.0.3",
"@vueuse/core": "^13.5.0", "@vueuse/core": "^13.5.0",
"better-sqlite3": "^12.2.0", "better-sqlite3": "^12.2.0",
"drizzle-orm": "^0.44.3", "drizzle-orm": "^0.44.3",
@@ -36,11 +36,11 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2", "remark-rehype": "^11.1.2",
"vue-use-spring": "^0.3.3", "vue-use-spring": "^0.3.3",
"zod": "^4.0.5" "zod": "^4.0.8"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^4.17.0", "@antfu/eslint-config": "^4.19.0",
"@iconify-json/devicon": "^1.2.32", "@iconify-json/devicon": "^1.2.33",
"@tailwindcss/typography": "^0.5.16", "@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.1.0", "@types/node": "^24.1.0",
"@vueuse/math": "^13.5.0", "@vueuse/math": "^13.5.0",
@@ -48,7 +48,7 @@
"drizzle-kit": "^0.31.4", "drizzle-kit": "^0.31.4",
"eslint": "^9.31.0", "eslint": "^9.31.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vue-tsc": "^3.0.3", "vue-tsc": "^3.0.4",
"wrangler": "^4.25.1" "wrangler": "^4.26.0"
} }
} }

1014
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff