mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
build(deps): bump @lizardbyte/shared-web Bumps [@lizardbyte/shared-web](https://github.com/LizardByte/shared-web) from 2025.321.1458 to 2025.326.11214. - [Release notes](https://github.com/LizardByte/shared-web/releases) - [Commits](https://github.com/LizardByte/shared-web/commits/v2025.326.11214) --- updated-dependencies: - dependency-name: "@lizardbyte/shared-web" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"name": "sunshine",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "vite build --debug",
|
|
"build-clean": "vite build --debug --emptyOutDir",
|
|
"dev": "vite build --watch",
|
|
"serve": "serve ./tests/fixtures/http --no-port-switching"
|
|
},
|
|
"dependencies": {
|
|
"@lizardbyte/shared-web": "2025.326.11214",
|
|
"vue": "3.5.13",
|
|
"vue-i18n": "11.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"serve": "14.2.3",
|
|
"vite": "4.5.9",
|
|
"vite-plugin-ejs": "1.6.4"
|
|
}
|
|
}
|