Use alpine's sort plugin.

This commit is contained in:
2025-01-04 12:11:12 +01:00
parent ede2939594
commit d4d6f21bfb
2 changed files with 9 additions and 2 deletions

View File

@@ -7,8 +7,8 @@
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
@@ -17,6 +17,7 @@
"vite": "^5.0"
},
"dependencies": {
"@alpinejs/sort": "^3.14.7",
"alpine": "^0.2.1"
}
}