From 78fdf115fa25542bf9d9419c46f774a8df75f84f Mon Sep 17 00:00:00 2001 From: Xingzhi Ruan Date: Sun, 2 Jun 2024 16:09:41 +0800 Subject: [PATCH] feat: add @highlightjs & @tryghost & gitalk (#100) ## Summary by CodeRabbit - **New Features** - Added support for syntax highlighting, documentation generation, and GitHub-based commenting system. Co-authored-by: fengmk2 --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 935db9d..477741b 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,7 @@ "@fullcalendar", "@goldfishjs", "@googlemaps", + "@highlightjs", "@icedesign", "@iconify", "@iconify-icon", @@ -108,6 +109,7 @@ "@tarojs", "@tensorflow-models", "@tensorflow", + "@tryghost", "@tsconfig", "@turf", "@types", @@ -6330,6 +6332,9 @@ "git-url-parse": { "version": "*" }, + "gitalk": { + "version": "*" + }, "gitbook-plugin-antsay": { "version": "*" },