{ "name": "astro", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/db": "^0.14.5", "@astrojs/node": "^9.0.1", "@astrojs/rss": "^4.0.11", "astro": "^5.1.7", "astro-breadcrumbs": "^3.3.1", "dayjs": "^1.11.13", "markdown-it": "^14.1.0", "sanitize-html": "^2.14.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/node": "^22.10.7", "@types/sanitize-html": "^2.13.0" } }