{ "name": "homepage", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.3.0", "astro": "^5.10.0", "astro-icon": "^1.1.1", "reveal.js": "^5.1.0" }, "devDependencies": { "@types/reveal.js": "^5.0.3", "sass": "^1.77.8", "typescript": "^5.5.4" } }