Sunshine/package.json
dependabot[bot] 96e7443cab
build(deps): bump @fortawesome/fontawesome-free from 6.4.2 to 6.5.1 (#1876)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 20:27:06 -05:00

16 lines
327 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.3.4",
"bootstrap": "5.3.2",
"vite": "4.4.9",
"vite-plugin-ejs": "1.6.4",
"vue": "3.2.25"
}
}