♻️ Migrated to new UI

This commit is contained in:
2025-11-30 03:10:12 +08:00
parent a06e0cb76a
commit 2598f6c112
10 changed files with 349 additions and 120 deletions

View File

@@ -10,28 +10,31 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@eschricht/nuxt-color-mode": "1.2.0",
"@fontsource-variable/nunito": "^5.2.6",
"@bg-dev/nuxt-naiveui": "^2.0.0",
"@fontsource-variable/nunito": "^5.2.7",
"@nuxt/content": "3.6.3",
"@nuxt/eslint": "1.7.1",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.10",
"@nuxtjs/tailwindcss": "6.14.0",
"@octokit/rest": "^22.0.0",
"@unhead/vue": "^2.0.3",
"@vueuse/core": "^13.6.0",
"@octokit/rest": "^22.0.1",
"@unhead/vue": "^2.0.19",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "13.6.0",
"better-sqlite3": "^12.2.0",
"eslint": "^9.0.0",
"nuxt": "^4.0.1",
"better-sqlite3": "^12.5.0",
"eslint": "^9.39.1",
"nuxt": "^4.2.1",
"nuxtjs-naive-ui": "1.0.2",
"typed.js": "^2.1.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"wrangler": "^4.26.1"
"vue": "^3.5.25",
"vue-router": "^4.6.3",
"wrangler": "^4.51.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vicons/material": "^0.13.0"
"@tailwindcss/typography": "^0.5.19",
"@vicons/material": "^0.13.0",
"daisyui": "^5.5.5",
"naive-ui": "^2.43.2",
"unplugin-auto-import": "^20.3.0",
"unplugin-vue-components": "^30.0.0"
}
}