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

8
package-lock.json generated
View File

@@ -1,10 +1,11 @@
{
"name": "html",
"name": "project",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@alpinejs/sort": "^3.14.7",
"alpine": "^0.2.1"
},
"devDependencies": {
@@ -32,6 +33,11 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@alpinejs/sort": {
"version": "3.14.7",
"resolved": "https://registry.npmjs.org/@alpinejs/sort/-/sort-3.14.7.tgz",
"integrity": "sha512-EJzxTBSoKvOxKHAUFeTSgxJR4rJQQPm10b4dB38kGcsxjUtOeNkbBF3xV4nlc0ZyTv7DarTWdppdoR/iP8jfdQ=="
},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.21.5",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",

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"
}
}