mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"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",
|
|
"vite": "4.4.9",
|
|
"vite-plugin-ejs": "1.6.4",
|
|
"vue": "3.2.25"
|
|
}
|
|
}
|