{ "name": "presentations", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^5.0.5", "reveal.js": "^5.1.0", "sass": "^1.83.0" }, "devDependencies": { "@types/reveal.js": "^5.0.4" } }