astro/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
2023-06-21 21:09:49 +08:00

11 lines
230 B
JSON

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