mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-26 22:48:09 +00:00
22 lines
510 B
JSON
22 lines
510 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.901.195233",
|
|
"vue": "3.5.3",
|
|
"vue-i18n": "9.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"serve": "14.2.3",
|
|
"vite": "4.5.2",
|
|
"vite-plugin-ejs": "1.6.4"
|
|
}
|
|
}
|