38 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|