mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-09-03 06:34:27 +08:00
33 lines
741 B
JSON
33 lines
741 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.38.0",
|
|
"bootstrap": "5.3.8",
|
|
"date-fns": "4.4.0",
|
|
"marked": "18.0.11",
|
|
"vue": "3.5.42",
|
|
"vue-i18n": "11.4.10",
|
|
"vue3-simple-icons": "16.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "2.0.1",
|
|
"@vitejs/plugin-vue": "6.0.8",
|
|
"serve": "14.2.6",
|
|
"vite": "8.2.2",
|
|
"vite-plugin-ejs": "2.0.0"
|
|
},
|
|
"overrides": {
|
|
"@codecov/vite-plugin": {
|
|
"vite": "$vite"
|
|
}
|
|
}
|
|
}
|