♻️ Moved the components to use naive ui + daisyui

This commit is contained in:
2025-11-27 00:02:21 +08:00
parent 0ed0dbcab0
commit 8af7037b24
18 changed files with 324 additions and 308 deletions

View File

@@ -19,7 +19,6 @@
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/i18n": "10.1.0",
"@pinia/nuxt": "0.11.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@vueuse/core": "^13.9.0",
"blurhash": "^2.0.5",
@@ -33,20 +32,23 @@
"markdown-it-texmath": "^1.0.0",
"nuxt": "^4.2.1",
"nuxt-og-image": "^5.1.12",
"nuxtjs-naive-ui": "1.0.2",
"pinia": "^3.0.4",
"sharp": "^0.34.5",
"swagger-themes": "^1.4.3",
"swagger-ui-dist": "^5.30.2",
"tailwindcss": "^4.1.17",
"tus-js-client": "^4.3.1",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"vuetify-nuxt-module": "0.18.7"
"vue-router": "^4.6.3"
},
"devDependencies": {
"@bg-dev/nuxt-naiveui": "^2.0.0",
"@mdi/font": "^7.4.47",
"@tailwindcss/typography": "^0.5.19",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.0",
"sass-embedded": "^1.93.3"
"daisyui": "^5.5.5",
"naive-ui": "^2.43.2",
"tailwindcss": "^4.1.17"
}
}
}