Update forum forntend

This commit is contained in:
DariusIII
2025-11-19 11:48:06 +01:00
parent 811fe993b1
commit fff4e79cdf
48 changed files with 1850 additions and 10 deletions
+10 -5
View File
@@ -11,20 +11,25 @@
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"axios": "^1.13.2",
"lodash": "^4.17.21",
"npm-check-updates": "^17.1.1",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.18",
"vite": "^7.0",
"vue": "^3.4.38"
"vue": "^3.5.24"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@melloware/coloris": "^0.24.0",
"@melloware/coloris": "^0.24.2",
"@simonwep/pickr": "^1.9.1",
"alpinejs": "^3.15.2",
"date-fns": "^3.6.0",
"feather-icons": "^4.29.2",
"laravel-echo": "^2.2.6",
"laravel-vite-plugin": "^2.0",
"nested-sort": "^5.2.0"
"nested-sort": "^5.2.0",
"vuedraggable": "^4.1.0"
}
}