aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-components/package.json
blob: 4e9bad7545b777d190639adca950d853094bb49b (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.26.4"
  }
}