Sunshine/package.json
dependabot[bot] 53b2217a34
build(deps): bump bootstrap from 5.3.2 to 5.3.3 (#2154)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 22:33:13 -05:00

16 lines
326 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"
}
}