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