astro/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json
2022-09-28 23:13:33 +08:00

10 lines
212 B
JSON

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