2022-09-30 22:13:44 +00:00
|
|
|
{
|
|
|
|
"name": "@test/mdx-infinite-loop",
|
|
|
|
"type": "module",
|
2023-04-27 14:55:48 +00:00
|
|
|
"private": true,
|
2022-09-30 22:13:44 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/mdx": "workspace:*",
|
|
|
|
"@astrojs/preact": "workspace:*",
|
2023-06-21 13:09:49 +00:00
|
|
|
"astro": "workspace:*",
|
|
|
|
"preact": "^10.15.1"
|
2022-09-30 22:13:44 +00:00
|
|
|
}
|
|
|
|
}
|