{ "name": "portfolio", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/tailwind": "^5.1.0", "@fortawesome/fontawesome-free": "^6.5.1", "astro": "^3.6.4", "astro-single-file": "^1.1.0", "html-minifier-terser": "^7.2.0", "jsdom": "^22.1.0", "tailwindcss": "^3.4.1" } }