client/packages/call/package.json
Alois f9f8d5c6c1
Some checks failed
/ build-web (push) Failing after 4m22s
/ build-desktop (linux) (push) Failing after 4m25s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
(feat): migrate tensamin/ui to methanium/ui
2026-07-25 18:06:24 +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:*",
"@methanium/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"
}
}