mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
abf601233f
Co-authored-by: delucis <delucis@users.noreply.github.com>
13 lines
276 B
JSON
13 lines
276 B
JSON
{
|
|
"name": "@test/react-component",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/react": "workspace:*",
|
|
"@astrojs/vue": "workspace:*",
|
|
"astro": "workspace:*",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"vue": "^3.3.8"
|
|
}
|
|
}
|