schon/storefront/package.json

16 lines
289 B
JSON

{
"name": "evibes",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^5.1.0",
"astro": "^5.8.1",
"vue": "^3.5.16"
}
}