{ "name": "@cards/landing", "type": "module", "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev --port 4380", "build": "astro build", "preview": "astro preview --port 4380", "astro": "astro" }, "dependencies": { "astro": "^5.8.0" }, "devDependencies": { "@astrojs/tailwind": "^6.0.2", "@astrojs/sitemap": "^3.4.1", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" } }