summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
blob: a00e19d5b22070ad2cf13c63e9e44fba63cfcfba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@test/mdx-infinite-loop",
  "type": "module",
  "private": true,
  "dependencies": {
    "@astrojs/mdx": "workspace:*",
    "@astrojs/preact": "workspace:*",
    "astro": "workspace:*",
    "preact": "^10.19.2"
  }
}