aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/component-library/package.json
blob: 03f52b3276ac3b6e7552dccd37dab53846ab2282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@test/component-library",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/preact": "workspace:*",
    "@astrojs/react": "workspace:*",
    "@astrojs/svelte": "workspace:*",
    "@test/component-library-shared": "workspace:*",
    "astro": "workspace:*",
    "preact": "^10.26.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "svelte": "^5.25.3"
  }
}