44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "realtime-meeting-minutes",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "concurrently --kill-others-on-fail \"vite\" \"tsx watch server/index.ts\"",
|
|
"dev:client": "vite",
|
|
"dev:server": "tsx watch server/index.ts",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"packageManager": "pnpm@10.24.0",
|
|
"dependencies": {
|
|
"@ai-sdk/google": "^3.0.60",
|
|
"@deepgram/sdk": "^5.0.0",
|
|
"ai": "^6.0.154",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^17.4.1",
|
|
"express": "^5.2.1",
|
|
"lucide-react": "^1.8.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"tailwind-merge": "^3.5.0",
|
|
"ws": "^8.20.0",
|
|
"yaml": "^2.8.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/express": "^5.0.6",
|
|
"@types/node": "^25.5.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/ws": "^8.18.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"concurrently": "^9.2.1",
|
|
"postcss": "^8.5.9",
|
|
"tailwindcss": "^4.2.2",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.8"
|
|
}
|
|
}
|