{ "name": "blog", "type": "module", "version": "0.0.1", "watch": { "build": { "patterns": [ "src" ], "extensions": "md,js,mdx,css,html,css", "silent": true } }, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "watch": "pnpm npm-watch" }, "dependencies": { "@astrojs/check": "^0.2.0", "@astrojs/markdown-remark": "^3.2.0", "@astrojs/mdx": "^1.1.0", "@astrojs/node": "^6.0.1", "@astrojs/rss": "^3.0.0", "accessible-astro-components": "^1.6.6", "astro": "^3.2.0", "astro-icon": "^0.8.1", "dayjs": "^1.11.10", "highlight.js": "^11.8.0", "htmx.org": "^1.9.6", "mdast-util-to-string": "^4.0.0", "npm-watch": "^0.11.0", "reading-time": "^1.5.0", "rollup": "^3.29.4", "sass": "^1.68.0", "typescript": "^5.2.2" } }