-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 3.06 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "aidbox-ui",
"version": "0.0.0",
"description": "Aidbox UI",
"main": "index.js",
"type": "module",
"scripts": {
"preinstall": "cd aidbox-ts-sdk/packages/aidbox-client && pnpm install && pnpm build && cd ../react-components && pnpm install && pnpm build && cd ../aidbox-fhirpath-lsp && pnpm install && pnpm build",
"dev": "vite",
"rc:build": "cd aidbox-ts-sdk/packages/react-components && pnpm build && cd ../../.. && pnpm install && rm -rf node_modules/.vite",
"client:build": "cd aidbox-ts-sdk/packages/aidbox-client && pnpm build && cd ../../.. && pnpm install && rm -rf node_modules/.vite",
"typecheck": "pnpm tsc --noEmit --project tsconfig.app.json",
"build": "pnpm exec vite build",
"format": "biome format --write",
"format:check": "biome format",
"lint": "biome check",
"lint:check": "biome check",
"lint:fix": "biome check --write",
"test": "echo \"Error: no test specified\" && exit 1",
"all": "pnpm format && pnpm typecheck && biome check --write --diagnostic-level=error",
"hooks": "cp .hooks/* .git/hooks/",
"generate-types": "pnpm exec tsx scripts/generate-types.ts"
},
"keywords": [],
"author": "Health Samurai",
"license": "MIT",
"packageManager": "pnpm@10.29.2",
"devDependencies": {
"@agentclientprotocol/sdk": "^0.14.1",
"@atomic-ehr/codegen": "latest",
"@biomejs/biome": "2.1.3",
"@tailwindcss/vite": "^4.2.1",
"@tanstack/router-plugin": "^1.166.7",
"@types/css": "^0.0.38",
"@types/css-modules": "^1.0.5",
"@types/js-yaml": "^4.0.9",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^4.7.0",
"@zed-industries/claude-agent-acp": "^0.20.2",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"pnpm": {
"overrides": {
"fast-xml-parser": "^5.7.3",
"fast-xml-builder": "^1.1.7",
"picomatch@<3": "^2.3.2",
"picomatch@>=4": "^4.0.4",
"yaml": "^2.8.3",
"diff": "^8.0.3",
"postcss@<8.5.10": ">=8.5.10",
"@codemirror/view": "^6.42.0",
"@codemirror/autocomplete": "6.20.2",
"@health-samurai/aidbox-client": "file:./aidbox-ts-sdk/packages/aidbox-client"
}
},
"dependencies": {
"@git-diff-view/file": "^0.0.30",
"@git-diff-view/react": "^0.0.30",
"@health-samurai/aidbox-client": "file:aidbox-ts-sdk/packages/aidbox-client",
"@health-samurai/aidbox-fhirpath-lsp": "file:aidbox-ts-sdk/packages/aidbox-fhirpath-lsp",
"@health-samurai/react-components": "file:aidbox-ts-sdk/packages/react-components",
"@mcp-b/global": "^2.1.0",
"@replit/codemirror-vim": "^6.3.0",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.166.7",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.25",
"@xyflow/react": "^12.10.2",
"fuse.js": "^7.1.0",
"js-yaml": "^4.1.1",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sql-formatter": "^15.7.2",
"zod-to-json-schema": "^3.25.1"
}
}