mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-07 17:23:43 +08:00
fix(deps): move json5 from devDependencies to dependencies to support production usage (#618)
This commit is contained in:
@@ -58,6 +58,7 @@
|
|||||||
"clipboard": "2.0.11",
|
"clipboard": "2.0.11",
|
||||||
"dayjs": "1.11.12",
|
"dayjs": "1.11.12",
|
||||||
"echarts": "5.5.1",
|
"echarts": "5.5.1",
|
||||||
|
"json5": "2.2.3",
|
||||||
"naive-ui": "2.39.0",
|
"naive-ui": "2.39.0",
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"pinia": "2.2.2",
|
"pinia": "2.2.2",
|
||||||
@@ -85,7 +86,6 @@
|
|||||||
"@vitejs/plugin-vue-jsx": "4.0.1",
|
"@vitejs/plugin-vue-jsx": "4.0.1",
|
||||||
"eslint": "9.9.0",
|
"eslint": "9.9.0",
|
||||||
"eslint-plugin-vue": "9.27.0",
|
"eslint-plugin-vue": "9.27.0",
|
||||||
"json5": "2.2.3",
|
|
||||||
"lint-staged": "15.2.9",
|
"lint-staged": "15.2.9",
|
||||||
"sass": "1.77.8",
|
"sass": "1.77.8",
|
||||||
"simple-git-hooks": "2.11.1",
|
"simple-git-hooks": "2.11.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user