diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-25 00:21:07 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-25 00:21:07 +0900 |
commit | dbecbf22c1f18c32c7b057ed8efe7ada5e2a65de (patch) | |
tree | 8a4ccd6e7de6e618760d6d298afb296941ace8bd | |
parent | a822527476443ffb416cf084f48616c36cdd0bb9 (diff) |
unist関連の追加
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index e86fc9a5..e32f8750 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,9 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-lite-youtube-embed": "^2.4.0", - "recharts": "^2.10.3" + "recharts": "^2.10.3", + "unist-builder": "^4.0.0", + "unist-util-inspect": "^8.0.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.1.0", |