0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/packages/markdown/component/test/fixtures/astro-markdown/package.json

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

14 lines
342 B
JSON
Raw Normal View History

{
2023-04-26 22:39:15 -05:00
"name": "@test/astro-markdown-component-astro-markdown-component",
"version": "0.0.0",
"private": true,
"dependencies": {
2022-09-28 10:13:33 -05:00
"@astrojs/markdown-component": "workspace:*",
"@astrojs/preact": "workspace:*",
"@astrojs/svelte": "workspace:*",
2022-09-28 10:13:33 -05:00
"astro": "workspace:*",
"preact": "^10.11.0",
"svelte": "^3.48.0"
}
}