mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-23 15:40:28 +00:00
22 lines
511 B
JSON
22 lines
511 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": "2024.921.191855",
|
|
"vue": "3.5.13",
|
|
"vue-i18n": "11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"serve": "14.2.3",
|
|
"vite": "4.5.9",
|
|
"vite-plugin-ejs": "1.6.4"
|
|
}
|
|
}
|