{ "name": "frontend", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/node": "^11.0.1", "@fontsource-variable/open-sans": "^5.2.7", "@fontsource/bebas-neue": "^5.2.7", "@tailwindcss/vite": "^4.3.2", "astro": "^7.0.5", "tailwindcss": "^4.3.2" } }