summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
blob: 518348cb62ac183262cbd46ccfb2f759852aa6d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "@test/markdoc-render-with-components",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@astrojs/markdoc": "workspace:*",
    "@astrojs/preact": "workspace:*",
    "astro": "workspace:*",
    "preact": "^10.25.4"
  }
}