astro/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json
2023-04-27 22:55:48 +08:00

11 lines
229 B
JSON

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