{ "name": "portfolio", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@fortawesome/fontawesome-free": "^7.2.0", "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.7", "astro-single-file": "^1.1.0", "html-minifier-terser": "^7.2.0", "jsdom": "^29.1.1", "tailwindcss": "^4.3.1", "vite": "7.3.5" } }