astro/packages/markdown/component/test/fixtures/astro-markdown-plugins/package.json

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

14 lines
350 B
JSON
Raw Normal View History

{
2023-04-27 03:39:15 +00:00
"name": "@test/astro-markdown-component-astro-markdown-component-plugins",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/markdown-component": "workspace:*",
2022-09-28 15:13:33 +00:00
"@astrojs/preact": "workspace:*",
"astro": "workspace:*",
"hast-util-select": "^5.0.2",
2023-06-21 13:09:49 +00:00
"preact": "^10.15.1",
"rehype-slug": "^5.0.1"
}
}