mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-10-29 11:23:23 +00:00
23 lines
547 B
JSON
23 lines
547 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"
|
|
},
|
|
"dependencies": {
|
|
"@lizardbyte/shared-web": "2025.326.11214",
|
|
"vue": "3.5.13",
|
|
"vue-i18n": "11.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@codecov/vite-plugin": "1.9.0",
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"serve": "14.2.3",
|
|
"vite": "4.5.9",
|
|
"vite-plugin-ejs": "1.6.4"
|
|
}
|
|
}
|