From 4125e3b375d4e2bf119c170d29e3a4e73aee6f70 Mon Sep 17 00:00:00 2001 From: thejinchao Date: Tue, 8 Apr 2025 00:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0P5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 5f08a2e..18cd6a5 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@vuepress/plugin-markdown-math": "^2.0.0-rc.78", "@vuepress/theme-default": "^2.0.0-rc.78", "mathjax-full": "^3.2.2", + "p5": "^1.11.3", "sass-embedded": "^1.85.0", "vuepress": "^2.0.0-rc.19" }, diff --git a/yarn.lock b/yarn.lock index 9a39340..3ac172d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1852,6 +1852,11 @@ ora@^8.1.1: string-width "^7.2.0" strip-ansi "^7.1.0" +p5@^1.11.3: + version "1.11.3" + resolved "https://registry.yarnpkg.com/p5/-/p5-1.11.3.tgz#94478d5ba685cedf9f3f934a3db702155cbb36c6" + integrity sha512-5eiyuZ3Pvo6ucr3nr8AzD+qwpoleiIEF2a2HmiO6PJM1tnbD0LmLlckZyYGJATs0tdmRjc37Muh6KPS4d1FHHg== + parse-ms@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz"