Files
eifeldc/client/src-ui/package.json
root 476afaf329
Some checks failed
CI / Rust Format (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Test Server (push) Has been cancelled
CI / Frontend Check (push) Has been cancelled
CI / Tauri Client Check (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Build Tauri (Linux) (push) Has been cancelled
feat: Tauri v2 release workflow and frontend API migration
- Update release workflow with matrix strategy for Linux/macOS/Windows
- Upgrade @tauri-apps/api from v1 to v2 in frontend
- Change all tauri/tauri imports to tauri/core (Tauri v2)
- Sync tauri.conf.json across project root and src-tauri
2026-04-29 13:49:25 +02:00

26 lines
546 B
JSON

{
"name": "eifeldc-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3",
"@tauri-apps/api": "^2.10.1",
"svelte": "^4",
"svelte-check": "^3",
"svelte-preprocess": "^5.1.4",
"tslib": "^2",
"typescript": "^5.9.3",
"vite": "^5"
},
"dependencies": {
"livekit-client": "^2.18.7"
}
}