mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
87774333f3
Co-authored-by: TheElixZammuto <6505622+TheElixZammuto@users.noreply.github.com>
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"scripts": {
|
|
"build": "vite build --debug",
|
|
"dev": "vite build --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "6.5.1",
|
|
"@popperjs/core": "2.11.8",
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"bootstrap": "5.3.3",
|
|
"vite": "4.5.2",
|
|
"vite-plugin-ejs": "1.6.4",
|
|
"vue": "3.4.5",
|
|
"vue-i18n": "9.10.2"
|
|
}
|
|
}
|