aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/e2e/fixtures/preact-component/package.json
blob: b3870b482af80de0b3b46e4360e15d4595d25689 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@e2e/preact-component",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/mdx": "workspace:*",
    "@astrojs/preact": "workspace:*",
    "astro": "workspace:*",
    "preact": "^10.24.3"
  }
}