diff options
Diffstat (limited to 'packages/integrations/react/test/fixtures/react-component/package.json')
-rw-r--r-- | packages/integrations/react/test/fixtures/react-component/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json new file mode 100644 index 000000000..e3ff9da4a --- /dev/null +++ b/packages/integrations/react/test/fixtures/react-component/package.json @@ -0,0 +1,13 @@ +{ + "name": "@test/react-component", + "version": "0.0.0", + "private": true, + "dependencies": { + "@astrojs/react": "workspace:*", + "@astrojs/vue": "workspace:*", + "astro": "workspace:*", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "vue": "^3.5.16" + } +} |