{ "name": "blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@fastify/static": "^8.1.0", "astro": "^5.2.5", "fastify": "^5.2.1", "remark": "^15.0.1", "remark-gfm": "^4.0.0", "remark-html": "^16.0.1", "remark-prism": "^1.3.6" }, "devDependencies": { "@types/node": "^22.13.1", "@types/remark-prism": "^1.3.7" } }