blog/package.json

55 lines
1.5 KiB
JSON

{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w ."
},
"dependencies": {
"@astrojs/markdoc": "^0.11.0",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/mdx": "^1.0.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@justfork/rehype-autolink-headings": "^5.1.1",
"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",
"date-fns": "^2.30.0",
"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",
"rehype-slug": "^6.0.0",
"sass": "^1.66.1",
"sharp": "^0.32.6",
"shiki": "^0.14.5",
"unified": "^11.0.2",
"unist-util-visit": "^5.0.0"
}
}