package.json 276 B

12345678910111213
  1. {
  2. "name": "@test/react-component",
  3. "version": "0.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "@astrojs/react": "workspace:*",
  7. "@astrojs/vue": "workspace:*",
  8. "astro": "workspace:*",
  9. "react": "^18.1.0",
  10. "react-dom": "^18.1.0",
  11. "vue": "^3.3.8"
  12. }
  13. }