astro/examples/with-markdown-plugins/package.json
2023-05-05 19:09:38 +08:00

22 lines
517 B
JSON

{
"name": "@example/with-markdown-plugins",
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^2.2.0",
"astro": "^2.4.1",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}
}