mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-05-06 13:40:23 +08:00
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.3",
|
|
"vue": "3.5.33",
|
|
"vue-i18n": "11.4.0",
|
|
"vue3-simple-icons": "16.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "2.0.1",
|
|
"@vitejs/plugin-vue": "6.0.6",
|
|
"serve": "14.2.6",
|
|
"vite": "6.4.2",
|
|
"vite-plugin-ejs": "1.7.0"
|
|
}
|
|
}
|