From 97788e3a7773a3c97229c46548023e5c4644091d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Mon, 22 Nov 2021 15:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AD=95=20=E4=BF=AE=E5=A4=8D=E5=9B=A0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E5=86=B2=E7=AA=81=E6=89=80?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E8=AD=A6=E5=91=8A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 2ec2f378..25f22d95 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "vue-router": "^4.0.12" }, "dependencies": { + "@types/node": "^16.11.9", "vue": "^3.2.22", "vue-router": "^4.0.12" }, @@ -50,6 +51,7 @@ "markdown-it-container": "^3.0.0", "prismjs": "^1.25.0", "rimraf": "^3.0.2", + "rollup": "^2.0.0", "typescript": "^4.5.2", "vite": "2.6.14", "vite-plugin-md": "^0.11.4"