mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-22 20:12:03 -06:00
Add vite to devDependencies in package.json
This commit is contained in:
parent
b44edc8631
commit
11880a4415
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "evolution-manager",
|
"name": "evolution-manager",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"main": "dist",
|
"main": "dist",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
@ -21,7 +21,8 @@
|
|||||||
"roboto-fontface": "*",
|
"roboto-fontface": "*",
|
||||||
"vue": "^3.2.0",
|
"vue": "^3.2.0",
|
||||||
"vue-router": "^4.0.0",
|
"vue-router": "^4.0.0",
|
||||||
"vuetify": "^3.1.0"
|
"vuetify": "^3.1.0",
|
||||||
|
"vite": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.0.0",
|
||||||
@ -30,7 +31,6 @@
|
|||||||
"node-async-exec": "^1.2.0",
|
"node-async-exec": "^1.2.0",
|
||||||
"sass": "^1.60.0",
|
"sass": "^1.60.0",
|
||||||
"unplugin-fonts": "^1.0.3",
|
"unplugin-fonts": "^1.0.3",
|
||||||
"vite": "^4.2.0",
|
|
||||||
"vite-plugin-vuetify": "^1.0.0"
|
"vite-plugin-vuetify": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user