aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-page/package.json
blob: 0429b4ee410c7f01a2d5ea0aced9e591912fe772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@test/mdx-page",
  "private": true,
  "dependencies": {
    "@astrojs/mdx": "workspace:*",
    "astro": "workspace:*",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}