astro/packages/integrations/mdx/test/fixtures/mdx-page/package.json

11 lines
189 B
JSON
Raw Normal View History

{
"name": "@test/mdx-page",
2023-04-27 14:55:48 +00:00
"private": true,
"dependencies": {
2022-09-28 15:13:33 +00:00
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
2022-09-28 15:13:33 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}