mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
58d3c3773d
Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 11.3.1 to 11.3.2. - [Release notes](https://github.com/intlify/vue-i18n/releases) - [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/intlify/vue-i18n/commits/v11.3.2/packages/vue-i18n) --- updated-dependencies: - dependency-name: vue-i18n dependency-version: 11.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
28 lines
662 B
JSON
28 lines
662 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": {
|
|
"bootstrap": "5.3.8",
|
|
"date-fns": "4.1.0",
|
|
"lucide-vue-next": "1.0.0",
|
|
"marked": "18.0.0",
|
|
"vue": "3.5.32",
|
|
"vue-i18n": "11.3.2",
|
|
"vue3-simple-icons": "16.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "1.9.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"serve": "14.2.6",
|
|
"vite": "6.4.1",
|
|
"vite-plugin-ejs": "1.7.0"
|
|
}
|
|
}
|