summaryrefslogtreecommitdiff
path: root/examples/framework-alpine/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-alpine/package.json')
-rw-r--r--examples/framework-alpine/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 386eee7ae..76306d93a 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -5,15 +5,14 @@
"private": true,
"scripts": {
"dev": "astro dev",
- "start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
- "@types/alpinejs": "^3.13.11",
+ "@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^4.16.16"
+ "astro": "^5.0.0-beta.11"
}
}