astro/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
210 B
JSON
Raw Normal View History

{
"name": "@test/mdx-infinite-loop",
"type": "module",
"dependencies": {
"@astrojs/mdx": "workspace:*",
"@astrojs/preact": "workspace:*",
"preact": "^10.7.3",
"astro": "workspace:*"
}
}