astro/examples/framework-alpine/package.json
github-actions[bot] 8b17d3ebcf
[ci] release (#3243)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-03 09:16:57 -04:00

17 lines
321 B
JSON

{
"name": "@example/framework-alpine",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.21"
},
"dependencies": {
"alpinejs": "^3.10.2"
}
}