From 75fb449df75aaab6fc8daf9eb67d12e39afd2552 Mon Sep 17 00:00:00 2001 From: "DESKTOP-31IBRMI\\Administrator" <1509326266@qq.com> Date: Thu, 5 Sep 2024 14:30:54 +0800 Subject: [PATCH] fix(deps): move json5 from devDependencies to dependencies to support production usage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28f39a86..a7cb7a7b 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "clipboard": "2.0.11", "dayjs": "1.11.12", "echarts": "5.5.1", + "json5": "2.2.3", "naive-ui": "2.39.0", "nprogress": "0.2.0", "pinia": "2.2.2", @@ -85,7 +86,6 @@ "@vitejs/plugin-vue-jsx": "4.0.1", "eslint": "9.9.0", "eslint-plugin-vue": "9.27.0", - "json5": "2.2.3", "lint-staged": "15.2.9", "sass": "1.77.8", "simple-git-hooks": "2.11.1",