mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
679d4395ec
* Re-add smartypants * Updated packages * Remove all the default plugins if there are either remark or rehype plugins * Replace deperecated remark-slug with rehype-slug * Added MarkdownParserResponse type * Update documentation * Removed type import from markdown package * Updated remark-smartypants * Changelog * Missed one change * Split changelogs * Upgraded some MDX dependencies * Fix typos in documentation * Changed CHANGELOG.md package name * Renamed smartypants
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"name": "@example/with-markdown-plugins",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.21.1",
|
|
"rehype-add-classes": "^1.0.0",
|
|
"rehype-autolink-headings": "^6.1.0",
|
|
"rehype-slug": "^5.0.0",
|
|
"rehype-toc": "^3.0.2",
|
|
"remark-code-titles": "^0.1.2"
|
|
}
|
|
}
|