-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.12 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
47
48
{
"name": "medplum-snippet-catalog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"extends": [
"@medplum/eslint-config"
]
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^8.57.1",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"prettier": "3.3.3",
"typescript": "~5.6.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.10"
},
"dependencies": {
"@mantine/core": "^7.13.4",
"@mantine/dates": "^7.13.4",
"@mantine/form": "^7.14.2",
"@mantine/notifications": "^7.13.4",
"@medplum/fhirtypes": "^3.2.18",
"@medplum/react": "^3.2.18",
"@tabler/icons-react": "^3.21.0",
"date-fns": "^4.1.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-imask": "^7.6.1",
"zod": "^3.23.8"
}
}