Add alpine plugins

This commit is contained in:
Akira Tempaku 2024-02-22 15:37:27 +09:00
commit 824c0e6295
4 changed files with 29 additions and 2 deletions

18
package-lock.json generated
View file

@ -8,6 +8,9 @@
"name": "hp",
"version": "0.0.0",
"dependencies": {
"@alpinejs/anchor": "^3.13.5",
"@alpinejs/intersect": "^3.13.5",
"@alpinejs/persist": "^3.13.5",
"alpinejs": "^3.13.5",
"htmx.org": "^1.9.10"
},
@ -31,6 +34,21 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@alpinejs/anchor": {
"version": "3.13.5",
"resolved": "https://registry.npmjs.org/@alpinejs/anchor/-/anchor-3.13.5.tgz",
"integrity": "sha512-SfCW3DvuO3dDZ0jyck/4TiGNAhGAml1htPpYDq7SolA11YQGYjhHCK7Tsi4kgOJAyseE7oV91AI+DCj9xMcPDw=="
},
"node_modules/@alpinejs/intersect": {
"version": "3.13.5",
"resolved": "https://registry.npmjs.org/@alpinejs/intersect/-/intersect-3.13.5.tgz",
"integrity": "sha512-wBveYNRuZoFFirRq4GmUx1JgD5/7S9b10l8Ps5wQJX/deiRXTY8f1Op0zVTkmIoHLpXyouSsOZz9/U/lPU3NZw=="
},
"node_modules/@alpinejs/persist": {
"version": "3.13.5",
"resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.13.5.tgz",
"integrity": "sha512-nmULi5Kp/v5/h4FtGpqyzzMPlulc2fmQ+Olhk0NwTcBKSCZDg6OtXgS998rnHpcWO0jsjCmvXn/Pul2av7D8lA=="
},
"node_modules/@esbuild/aix-ppc64": {
"version": "0.19.12",
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz",