From 21c007e2fcf73fe4ef04dd07db7116afed46047a Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 31 May 2023 21:01:23 +0000
Subject: [PATCH] rendering, link resolution, asset copying

---
 package.json |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 30bccb1..be2d5c2 100644
--- a/package.json
+++ b/package.json
@@ -25,13 +25,16 @@
     "quartz": "./quartz/bootstrap.mjs"
   },
   "dependencies": {
+    "@flowershow/remark-wiki-link": "^1.2.0",
     "@inquirer/prompts": "^1.0.3",
     "@napi-rs/simple-git": "^0.1.8",
     "chalk": "^4.1.2",
     "cli-spinner": "^0.2.10",
     "globby": "^13.1.4",
     "gray-matter": "^4.0.3",
+    "hast-util-to-jsx-runtime": "^1.2.0",
     "hast-util-to-string": "^2.0.0",
+    "is-absolute-url": "^4.0.1",
     "preact": "^10.14.1",
     "preact-render-to-string": "^6.0.3",
     "pretty-time": "^1.1.0",
@@ -48,6 +51,7 @@
     "serve-handler": "^6.1.5",
     "to-vfile": "^7.2.4",
     "unified": "^10.1.2",
+    "unist-util-visit": "^4.1.2",
     "vfile": "^5.3.7",
     "yargs": "^17.7.2"
   },

--
Gitblit v1.10.0