2021-07-01 11:55:22 -05:00
|
|
|
{
|
|
|
|
"name": "@example/with-markdown-plugins",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-08-19 00:07:08 -05:00
|
|
|
"dev": "astro dev",
|
2021-07-01 11:55:22 -05:00
|
|
|
"start": "astro dev",
|
2021-08-26 14:08:52 -05:00
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview"
|
2021-07-01 11:55:22 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-22 10:27:46 -05:00
|
|
|
"astro": "^0.21.1",
|
2021-07-01 11:55:22 -05:00
|
|
|
"rehype-add-classes": "^1.0.0",
|
2021-08-25 07:17:45 -05:00
|
|
|
"rehype-autolink-headings": "^6.1.0",
|
2021-07-01 11:55:22 -05:00
|
|
|
"rehype-toc": "^3.0.2",
|
|
|
|
"remark-code-titles": "^0.1.2",
|
|
|
|
"remark-slug": "^6.0.0"
|
|
|
|
}
|
|
|
|
}
|