-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
42
43
44
45
46
{
"name": "medplum-health-gorilla-demo",
"version": "3.2.26",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"extends": [
"@medplum/eslint-config"
]
},
"devDependencies": {
"@mantine/core": "7.15.1",
"@mantine/notifications": "7.15.1",
"@medplum/core": "3.2.26",
"@medplum/eslint-config": "3.2.26",
"@medplum/health-gorilla-core": "3.2.26",
"@medplum/health-gorilla-react": "3.2.26",
"@medplum/react": "3.2.26",
"@tabler/icons-react": "3.17.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"postcss": "8.4.49",
"postcss-preset-mantine": "1.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.28.0",
"typescript": "5.7.2",
"vite": "6.0.3"
}
}