forked from medplum/medplum-client-oauth-demo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
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
{
"name": "medplum-client-external-idp-demo",
"version": "3.2.26",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"prettier": {
"printWidth": 100,
"singleQuote": true
},
"devDependencies": {
"@mantine/core": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/notifications": "7.15.1",
"@medplum/core": "3.2.26",
"@medplum/eslint-config": "3.2.26",
"@medplum/fhirtypes": "3.2.26",
"@medplum/react": "3.2.26",
"@tabler/icons-react": "3.17.0",
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"chart.js": "4.4.7",
"esbuild": "0.24.0",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"rimraf": "5.0.9",
"typescript": "5.7.2",
"vite": "6.0.3"
}
}