24fdfee738
File variety (video/pdf/generic), user status with custom message, auto online/offline, DND gate for ring + notifications, drag-drop + paste upload, @mentions in groups, link previews, emoji picker, crash recovery.
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@chat-app/desktop",
|
|
"version": "0.9.0",
|
|
"private": true,
|
|
"description": "Tauri v2 desktop client (Windows / macOS / Linux)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tauri dev",
|
|
"vite:dev": "vite",
|
|
"build": "tauri build",
|
|
"vite:build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"clean": "rm -rf dist .turbo src-tauri/target *.tsbuildinfo"
|
|
},
|
|
"dependencies": {
|
|
"@chat-app/db-types": "workspace:*",
|
|
"@chat-app/shared": "workspace:*",
|
|
"@chat-app/ui-web": "workspace:*",
|
|
"@livekit/components-react": "^2.9.0",
|
|
"@supabase/supabase-js": "^2.46.0",
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-fs": "^2.5.0",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
|
|
"@tauri-apps/plugin-notification": "^2.0.1",
|
|
"@tauri-apps/plugin-sql": "^2.0.1",
|
|
"@tauri-apps/plugin-stronghold": "^2.0.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"i18next": "^23.16.4",
|
|
"libsodium-wrappers-sumo": "0.7.15",
|
|
"livekit-client": "^2.7.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.1.1",
|
|
"react-router-dom": "^6.28.0",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.1.0",
|
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
"@types/libsodium-wrappers-sumo": "^0.8.2",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.49",
|
|
"tailwindcss": "^3.4.15",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|