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

11 lines
231 B
JSON

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