fix(deps): vite依赖放入devDependencies

This commit is contained in:
Soybean
2021-11-04 15:51:11 +08:00
parent b429c8b8ca
commit 7527b1f07c
2 changed files with 9 additions and 5 deletions

View File

@@ -28,7 +28,6 @@
"naive-ui": "^2.20.1",
"pinia": "^2.0.0",
"qs": "^6.10.1",
"vite": "2.5.10",
"vue": "^3.2.20",
"vue-router": "^4.0.11"
},
@@ -73,6 +72,7 @@
"typescript": "^4.4.4",
"unplugin-icons": "^0.12.17",
"unplugin-vue-components": "^0.17.0",
"vite": "2.5.10",
"vite-plugin-html": "^2.1.1",
"vite-plugin-windicss": "^1.4.12",
"vue-tsc": "^0.28.10",