{ "name": "", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@iconify-json/mdi": "^1.2.3", "astro": "^6.1.8", "astro-icon": "^1.1.5", "sweetalert2": "^11.26.24" } }