client/packages/call/package.json
Alois 45d39cb47c
Some checks failed
/ build-web (push) Failing after 5m51s
/ build-desktop (linux) (push) Failing after 5m58s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
chore(deps): fully update repo (except rust)
2026-08-07 23:10:28 +02:00

37 lines
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.23",
"@methanium/ui": "*",
"@tanstack/react-router": "^1.170.21",
"@tensamin/crypto": "workspace:*",
"@tensamin/mtp": "workspace:*",
"@tensamin/shared": "workspace:*",
"@tensamin/storage": "workspace:*",
"@tensamin/user": "workspace:*",
"deepfilternet3-noise-filter": "1.3.0",
"livekit-client": "^2.21.0",
"lucide-react": "^1.29.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"recharts": "^3.10.1",
"zod": "^4.4.3",
"zustand": "^5.0.14"
}
}