{ "name": "my-blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/react": "^3.6.3", "@astrojs/tailwind": "^5.1.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^5.0.0-beta.10", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.15", "typescript": "^5.7.2" } }