Add vite to devDependencies in package.json

This commit is contained in:
Gabriel Pastori 2023-11-14 12:04:19 -03:00
parent b44edc8631
commit 11880a4415

View File

@ -1,6 +1,6 @@
{
"name": "evolution-manager",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist",
"scripts": {
"dev": "vite",
@ -21,7 +21,8 @@
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.1.0"
"vuetify": "^3.1.0",
"vite": "^4.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
@ -30,7 +31,6 @@
"node-async-exec": "^1.2.0",
"sass": "^1.60.0",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0"
}
}