2022-08-02 12:08:28 +00:00
|
|
|
{
|
|
|
|
"name": "@test/mdx-page",
|
2023-04-27 14:55:48 +00:00
|
|
|
"private": true,
|
2022-08-02 12:08:28 +00:00
|
|
|
"dependencies": {
|
2022-09-28 15:13:33 +00:00
|
|
|
"@astrojs/mdx": "workspace:*",
|
2022-08-02 12:08:28 +00:00
|
|
|
"astro": "workspace:*",
|
2022-09-28 15:13:33 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
2022-08-02 12:08:28 +00:00
|
|
|
}
|
|
|
|
}
|