summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/package.json
blob: a75661e5937f9d4b3332b3e853639343b9ff9b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.11"
  }
}