blog/package.json

41 lines
1.0 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"
},
"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",
"fork-awesome": "^1.2.0",
"katex": "^0.16.8",
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"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",
"mdast": "^3.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"
}
}