0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/packages/integrations/mdx/test/fixtures/mdx-frontmatter-injection/package.json

13 lines
278 B
JSON
Raw Normal View History

{
"name": "@test/mdx-frontmatter-injection",
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/mdx": "workspace:*",
2023-06-21 21:09:49 +08:00
"astro": "workspace:*",
2023-08-24 16:34:33 +08:00
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
2023-08-24 16:34:33 +08:00
"unist-util-visit": "^5.0.0"
}
}