Dump bootstrap-vue-next integration package, use regular bootstrap

This commit is contained in:
Riyyi
2025-03-31 17:32:32 +02:00
parent 86e08604dd
commit dc98b5994d
6 changed files with 61 additions and 86 deletions
+3 -3
View File
@@ -11,6 +11,8 @@
},
"dependencies": {
"@pinia/nuxt": "^0.10.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"pinia-plugin-persistedstate": "^4.1.3",
"uuid": "^11.0.3",
"vue": "latest",
@@ -18,18 +20,16 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.28.3",
"@iconify-json/fa": "^1.2.1",
"@iconify-json/fa-regular": "^1.2.1",
"@iconify-json/fa-solid": "^1.2.1",
"@nuxt/content": "^3.4.0",
"@nuxt/eslint": "^1.2.0",
"@types/bootstrap": "^5.2.10",
"@types/bun": "latest",
"@vue/compiler-sfc": "^3.5.13",
"@vue/language-server": "^2.1.10",
"@vue/typescript-plugin": "^2.1.10",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.28.3",
"nuxt": "^3.14.1592",
"typescript": "^5.7.2",
"unplugin-icons": "^22.1.0",