{ "name": "personal-site", "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/tailwind": "^5.1.2", "astro": "^5.0.0-beta.7", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.15", "daisyui": "^4.12.14" } }