summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index b97a6ba..69da9fa 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,10 @@
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"astro": "^4.5.12",
+ "markdown-it": "^14.1.0",
"typescript": "^5.4.3"
+ },
+ "devDependencies": {
+ "@types/markdown-it": "^14.1.1"
}
}