Web UI migration to Vite and Vue3 and improvements to the UX (#1673)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,15 @@
|
||||
{
|
||||
"scripts": {
|
||||
"build": "vite build --debug",
|
||||
"dev": "vite build --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"@vitejs/plugin-vue": "4.3.4",
|
||||
"bootstrap": "5.3.2",
|
||||
"vue": "2.6.12"
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-ejs": "1.6.4",
|
||||
"vue": "3.2.25"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user