fix(deps): move json5 from devDependencies to dependencies to support production usage (#618)

This commit is contained in:
Ohh 2024-09-05 14:53:57 +08:00 committed by GitHub
parent 4c9f4e09b1
commit 7cb43fc3c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",