client/packages/call/package.json
Alois 943203eeaf
All checks were successful
/ build-web (push) Successful in 7m20s
/ build-desktop (linux) (push) Successful in 11m59s
/ build-mobile (push) Successful in 19m4s
/ release (push) Successful in 3m0s
(feat): improve tray icon
(qol): update todo
2026-07-11 01:45:26 +02:00

38 lines
1.1 KiB
JSON

{
"name": "@tensamin/call",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
"./store": "./src/store.tsx",
"./speakingState": "./src/speakingState.ts",
"./screen": "./src/screen.tsx",
"./utils": "./src/utils.ts",
"./sidebarBox": "./src/components/sidebarBox.tsx",
"./popout": "./src/components/popout.tsx"
},
"scripts": {
"format": "pnpm exec prettier --write .",
"lint": "eslint src",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@livekit/components-react": "^2.9.20",
"@tanstack/react-router": "^1.169.1",
"@tauri-apps/api": "^2",
"@tensamin/crypto": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"@tensamin/mtp": "workspace:*",
"@tensamin/ui": "*",
"@tensamin/user": "workspace:*",
"deepfilternet3-noise-filter": "1.2.1",
"livekit-client": "^2.18.8",
"lucide-react": "^1.14.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.8.1",
"zod": "^4.3.6",
"zustand": "^5.0.8"
}
}