{ "name": "irpf", "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/check": "^0.9.9", "@astrojs/mdx": "^6.0.2", "@astrojs/sitemap": "^3.7.3", "@tailwindcss/vite": "^4.3.0", "astro": "^6.4.4", "pagefind": "^1.5.2", "tailwindcss": "^4.3.0", "typescript": "^6.0.3" } }