-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"name": "@flexpa/quickstart",
"version": "3.0.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"format": "biome check --write ."
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.46",
"@ai-sdk/openai": "^3.0.30",
"@ai-sdk/react": "^3.0.99",
"@flexpa/node-sdk": "^1.0.0",
"@medplum/core": "^3.3.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"ai": "^6.0.97",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jose": "^5.10.0",
"lucide-react": "^0.454.0",
"next": "^15.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"streamdown": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@types/fhir": "^0.0.41",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.18",
"typescript": "^5"
}
}