astro/examples/with-markdown-plugins/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
517 B
JSON
Raw Permalink Normal View History

{
"name": "@example/with-markdown-plugins",
"type": "module",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
2022-08-06 04:36:23 +00:00
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.1",
"astro": "^3.2.3",
2023-05-05 11:09:38 +00:00
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
2023-05-05 11:09:38 +00:00
"rehype-slug": "^5.1.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2"
}
}