{ "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.2", "@astrojs/mdx": "^3.1.8", "astro": "^4.13.3", "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" } }