{ "name": "ui", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/svelte": "^7.2.5", "@tailwindcss/vite": "^4.1.18", "astro": "^5.17.1", "svelte": "^5.49.2", "tailwindcss": "^4.1.18", "typescript": "^5.9.3" } }