aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/package.json
blob: e3ff9da4aaf73d8c9193b27f2776eed14a1ce0e3 (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.16"
  }
}