{ "name": "blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^1.0.0", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0", "astro": "^3.0.3", "astro-diagram": "^0.7.0", "astro-imagetools": "^0.9.0", "astro-remark-description": "^1.0.1", "classnames": "^2.3.2", "fork-awesome": "^1.2.0", "katex": "^0.16.8", "lodash-es": "^4.17.21", "mdast-util-to-string": "^4.0.0", "nanoid": "^4.0.2", "reading-time": "^1.5.0", "rehype-accessible-emojis": "^0.3.2", "rehype-katex": "^6.0.3", "remark-emoji": "^4.0.0", "remark-github-beta-blockquote-admonitions": "^2.1.0", "remark-math": "^5.1.1", "remark-parse": "^10.0.2" }, "devDependencies": { "@types/lodash-es": "^4.17.9", "hast-util-from-html": "^2.0.1", "hast-util-to-html": "^9.0.0", "mdast": "^3.0.0", "mdast-util-from-markdown": "^2.0.0", "prettier": "^3.0.3", "prettier-plugin-astro": "^0.12.0", "sass": "^1.66.1", "unified": "^11.0.2", "unist-util-visit": "^5.0.0" } }