mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"name": "@example/framework-alpine",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/alpinejs": "^0.4.1",
|
|
"@types/alpinejs": "^3.13.11",
|
|
"alpinejs": "^3.14.8",
|
|
"astro": "^5.1.7"
|
|
}
|
|
}
|