-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "clinrx-mvp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test:agents": "tsx test-agents.ts",
"test:apis": "./test-api-keys.sh",
"test:all": "npm run test:apis && npm run test:agents"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.999.0",
"@aws-sdk/client-cloudwatch-logs": "^3.1003.0",
"@aws-sdk/client-cognito-identity-provider": "^3.1003.0",
"@aws-sdk/client-dynamodb": "^3.1003.0",
"@aws-sdk/client-s3": "^3.1003.0",
"@aws-sdk/client-ses": "^3.1003.0",
"@aws-sdk/client-textract": "^3.1003.0",
"@aws-sdk/lib-dynamodb": "^3.1003.0",
"@google/adk": "^0.3.0",
"@langchain/anthropic": "^1.3.15",
"@langchain/cohere": "^1.0.2",
"@langchain/core": "^1.1.19",
"@supabase/auth-helpers-nextjs": "^0.15.0",
"@supabase/supabase-js": "^2.95.3",
"@types/fhir": "^0.0.41",
"amazon-cognito-identity-js": "^6.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ioredis": "^5.9.2",
"langchain": "^1.2.18",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"openai": "^6.25.0",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"zod": "^4.3.6",
"zod-to-json-schema": "^3.25.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"shadcn": "^3.8.4",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}