{ "name": "aspireves-org", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "astro dev --port 3030 --host 0.0.0.0", "build": "astro build", "preview": "astro preview", "clean": "rm -rf dist" }, "dependencies": { "astro": "^5.5.0", "astro-icon": "^1.1.5", "@iconify-json/lucide": "^1.2.40", "@tailwindcss/vite": "^4.1.14", "tailwindcss": "^4.1.14" } }