package.json 232 B

1234567891011
  1. {
  2. "name": "@test/mdx-plus-react",
  3. "private": true,
  4. "dependencies": {
  5. "@astrojs/mdx": "workspace:*",
  6. "@astrojs/react": "workspace:*",
  7. "astro": "workspace:*",
  8. "react": "^18.2.0",
  9. "react-dom": "^18.2.0"
  10. }
  11. }