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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
191 B
JSON
Raw Normal View History

{
2023-04-27 03:39:15 +00:00
"name": "@test/mdx-images",
2023-04-27 14:55:48 +00:00
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}