Sunshine/package.json
Coia Prant d591643706
build(windows): add arm64 support (#3905)
Signed-off-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
Signed-off-by: Coia Prant <coiaprant@gmail.com>
Co-authored-by: Ricky8955555 <rkmiao@duck.com>
Co-authored-by: Mike Fara <mjfara@gmail.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2026-02-07 21:03:05 -05:00

31 lines
788 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": {
"@lizardbyte/shared-web": "2026.125.235713",
"date-fns": "4.1.0",
"lucide-vue-next": "0.563.0",
"marked": "17.0.1",
"vue": "3.5.27",
"vue-i18n": "11.2.8",
"vue3-simple-icons": "15.6.0"
},
"devDependencies": {
"@codecov/vite-plugin": "1.9.1",
"@vitejs/plugin-vue": "6.0.1",
"serve": "14.2.5",
"vite": "6.3.6",
"vite-plugin-ejs": "1.7.0",
"@rollup/wasm-node": "4.57.1"
},
"overrides": {
"rollup": "npm:@rollup/wasm-node@4.57.1"
}
}