mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
e25f253849
* chore(deps): update dependency vue to v3.5.40 * Add @vue/server-renderer lock entry Updates package-lock.json to include @vue/server-renderer@3.5.40 and its Vue SSR runtime dependencies, keeping the lockfile in sync with the installed dependency graph. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
28 lines
659 B
JSON
28 lines
659 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"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@lucide/vue": "1.25.0",
|
|
"bootstrap": "5.3.8",
|
|
"date-fns": "4.4.0",
|
|
"marked": "18.0.7",
|
|
"vue": "3.5.40",
|
|
"vue-i18n": "11.4.7",
|
|
"vue3-simple-icons": "16.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "2.0.1",
|
|
"@vitejs/plugin-vue": "6.0.8",
|
|
"serve": "14.2.6",
|
|
"vite": "6.4.3",
|
|
"vite-plugin-ejs": "2.0.0"
|
|
}
|
|
}
|