From b16d3112ee926d4c98e0f1e923f7ee568438e71a Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Tue, 22 Mar 2022 10:12:11 +0800 Subject: [PATCH] =?UTF-8?q?#1=20=E5=AE=89=E8=A3=85=E6=94=B9=E5=96=84?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=95=88=E7=8E=87=E7=9A=84=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9adb39f..7974b21 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,11 @@ "fix-memory-limit": "cross-env LIMIT=8192 increase-memory-limit" }, "devDependencies": { + "cross-env": "^7.0.3", + "increase-memory-limit": "^1.0.7", + "moment": "^2.29.1", "vuepress": "^1.9.7", "vuepress-plugin-autometa": "^0.1.13", - "vuepress-plugin-sitemap": "^2.3.1", - "moment": "^2.29.1" + "vuepress-plugin-sitemap": "^2.3.1" } } -- GitLab