0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/integrations/alpinejs/test/fixtures/directive/package.json
Florian Lefebvre 1153331cbb
feat(alpinejs): allow customizing the Alpine instance (#9751)
* feat(alpinejs): allows customzing the Alpine instance

* chore: add e2e tests

* fix: rename script

* Update index.ts

* fix: lockfile
2024-01-24 14:43:03 +00:00

11 lines
235 B
JSON

{
"name": "@test/alpinejs-directive",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.5",
"alpinejs": "^3.13.3",
"astro": "workspace:*"
}
}