mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-06 00:11:11 +00:00
Bumps [marked](https://github.com/markedjs/marked) from 17.0.1 to 17.0.2. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.1...v17.0.2) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.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
686 B
JSON
28 lines
686 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": {
|
|
"@lizardbyte/shared-web": "2026.125.235713",
|
|
"date-fns": "4.1.0",
|
|
"lucide-vue-next": "0.563.0",
|
|
"marked": "17.0.2",
|
|
"vue": "3.5.28",
|
|
"vue-i18n": "11.2.8",
|
|
"vue3-simple-icons": "15.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "1.9.1",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"serve": "14.2.5",
|
|
"vite": "6.3.6",
|
|
"vite-plugin-ejs": "1.7.0"
|
|
}
|
|
}
|