Complete Feature Set: ✅ Vertex AI Embeddings - Semantic search for Learning Hub ✅ Voice Preferences - Per-user STT model + TTS voice selection ✅ Browser Whisper - Optional client-side transcription with graceful CDN fallback ✅ TTS Preview - Working for all voices including server default ✅ Audio Backups - Automatic recording backup with 24h retention ✅ S3 Documents - Upload/manage documents (AWS, B2, MinIO) ✅ Learning Hub - AI content generation from PDFs/Nextcloud Fixed Issues: - TTS preview button now working (correct event listener) - Browser Whisper shows clear warning if CDN blocked - Server default voice preview working - Graceful fallback to server transcription - User-friendly error messages throughout Documentation: - FEATURES_EXPLAINED.md - Complete feature guide - BROWSER_WHISPER_TROUBLESHOOTING.md - CDN blocking troubleshooting - EMBEDDINGS_SETUP.md - Vector search setup guide Production Ready: - All features tested - Clear error handling - Graceful degradation - HIPAA-compliant options available
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "pediatric-ai-scribe",
|
|
"version": "17.0.0",
|
|
"description": "AI-powered pediatric clinical documentation platform",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"@marp-team/marp-cli": "^4.3.1",
|
|
"@marp-team/marp-core": "^4.3.0",
|
|
"@tiptap/core": "^3.20.4",
|
|
"@tiptap/extension-color": "^3.20.4",
|
|
"@tiptap/extension-link": "^3.20.4",
|
|
"@tiptap/extension-text-align": "^3.20.4",
|
|
"@tiptap/extension-text-style": "^3.20.4",
|
|
"@tiptap/extension-underline": "^3.20.4",
|
|
"@tiptap/starter-kit": "^3.20.4",
|
|
"axios": "^1.7.7",
|
|
"bcryptjs": "^2.4.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.0",
|
|
"express-rate-limit": "^7.4.0",
|
|
"helmet": "^8.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemailer": "^6.9.16",
|
|
"openai": "^4.73.0",
|
|
"openid-client": "^6.8.2",
|
|
"pdf-parse": "^1.1.1",
|
|
"pg": "^8.13.0",
|
|
"pptxgenjs": "^4.0.1",
|
|
"qrcode": "^1.5.4",
|
|
"speakeasy": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@aws-sdk/client-bedrock-runtime": "^3.700.0",
|
|
"@aws-sdk/client-transcribe-streaming": "^3.1017.0",
|
|
"@aws-sdk/client-s3": "^3.700.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.700.0",
|
|
"@google-cloud/vertexai": "^1.9.0"
|
|
}
|
|
}
|