123456789101112131415161718192021 |
- {
- "name": "@example/framework-react",
- "type": "module",
- "version": "0.0.1",
- "private": true,
- "scripts": {
- "dev": "astro dev",
- "start": "astro dev",
- "build": "astro build",
- "preview": "astro preview",
- "astro": "astro"
- },
- "dependencies": {
- "@astrojs/react": "^3.0.10",
- "@types/react": "^18.2.37",
- "@types/react-dom": "^18.2.15",
- "astro": "^4.4.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
|