mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"name": "@test/vue-app-entrypoint-no-export-default",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/vue": "workspace:*",
|
|
"astro": "workspace:*",
|
|
"vite-svg-loader": "5.1.0"
|
|
}
|
|
}
|