-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.61 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
{
"name": "proxy-smart-ui",
"displayName": "Proxy Smart Admin UI",
"description": "A web-based administration interface for managing healthcare applications and resources via Proxy Smart.",
"private": true,
"version": "0.3.14-beta.202608131946.961ab42c4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc -b",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"generate": "openapi-ts-fetch ../../backend/dist/openapi.json ./src/lib/api-client",
"test": "vitest",
"test:coverage": "vitest --coverage",
"i18n:sync": "python node_modules/@max-network/i18n/tools/extract-and-sync.py",
"i18n:scan": "python node_modules/@max-network/i18n/tools/scan-hardcoded.py",
"i18n:translate": "node node_modules/@max-network/i18n/tools/translate-batch.js"
},
"dependencies": {
"brandc": "^0.6.1",
"@proxy-smart/shared-ui": "npm:@max-health-inc/shared-ui@^0.9.1",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-navigation-menu": "^1.2.22",
"@radix-ui/react-slot": "^1.3.3",
"@tailwindcss/vite": "^4.3.3",
"@types/fhir": "^0.0.44",
"class-variance-authority": "^0.7.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.4.0",
"geist": "^1.7.2",
"i18next": "^26.3.6",
"localforage": "^1.10.0",
"lucide-react": "^1.31.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.85.0",
"react-i18next": "^17.0.11",
"react-markdown": "^10.1.0",
"recharts": "^3.10.1",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.3.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@max-network/i18n": "^0.4.1",
"@tailwindcss/typography": "^0.5.20",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.4",
"@types/crypto-js": "^4.2.2",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react-swc": "^4.3.3",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.8.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"globals": "^17.10.0",
"jsdom": "^30.0.1",
"rollup": "^4.62.4",
"tw-animate-css": "^1.4.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1",
"vitest": "^4.1.10"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.3.3",
"lightningcss-linux-x64-gnu": "^1.33.0"
}
}