forked from medplum/foomedical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "foomedical",
"version": "3.2.6",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"coverage": "jest --coverage",
"dev": "vite",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix src",
"preview": "vite preview",
"test": "jest"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
},
"eslintConfig": {
"extends": [
"@medplum/eslint-config"
]
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@mantine/core": "7.11.2",
"@mantine/hooks": "7.11.2",
"@mantine/notifications": "7.11.2",
"@medplum/core": "3.2.6",
"@medplum/eslint-config": "3.2.6",
"@medplum/fhirtypes": "3.2.6",
"@medplum/mock": "3.2.6",
"@medplum/react": "3.2.6",
"@tabler/icons-react": "3.11.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"babel-jest": "29.7.0",
"c8": "10.1.2",
"chart.js": "4.4.3",
"fast-json-patch": "3.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"postcss": "8.4.40",
"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.26.0",
"typescript": "5.5.4",
"vite": "5.3.5"
}
}