mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
2561c99598
* [ci] release * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"name": "@example/framework-alpine",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"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.5",
|
|
"alpinejs": "^3.13.3",
|
|
"astro": "^4.3.0"
|
|
}
|
|
}
|