Files
Sunshine/package.json
T
dependabot[bot] b000d43883 build(deps): bump lucide-vue-next from 0.575.0 to 0.576.0 (#4805)
Bumps [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) from 0.575.0 to 0.576.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.576.0/packages/lucide-vue-next)

---
updated-dependencies:
- dependency-name: lucide-vue-next
  dependency-version: 0.576.0
  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>
2026-03-03 21:05:43 -05:00

28 lines
664 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": "0.576.0",
"marked": "17.0.3",
"vue": "3.5.29",
"vue-i18n": "11.2.8",
"vue3-simple-icons": "16.10.0"
},
"devDependencies": {
"@codecov/vite-plugin": "1.9.1",
"@vitejs/plugin-vue": "6.0.1",
"serve": "14.2.5",
"vite": "6.4.1",
"vite-plugin-ejs": "1.7.0"
}
}