mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
6b8bcd1c07
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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"
|
|
}
|
|
}
|