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

10 lines
189 B
JSON

{
"name": "@test/mdx-page",
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}