-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.62 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
{
"name": "foomedical",
"version": "5.1.10",
"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"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@mantine/core": "8.3.18",
"@mantine/hooks": "8.3.18",
"@mantine/notifications": "8.3.18",
"@mantine/spotlight": "8.3.18",
"@medplum/core": "5.1.10",
"@medplum/eslint-config": "5.1.10",
"@medplum/fhirtypes": "5.1.10",
"@medplum/mock": "5.1.10",
"@medplum/react": "5.1.10",
"@tabler/icons-react": "3.41.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@types/jest": "30.0.0",
"@types/node": "22.19.17",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"babel-jest": "30.3.0",
"c8": "11.0.0",
"chart.js": "4.5.1",
"fast-json-patch": "3.1.1",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-transform-stub": "2.0.0",
"postcss": "8.5.10",
"postcss-preset-mantine": "1.18.0",
"react": "19.2.5",
"react-chartjs-2": "5.3.1",
"react-dom": "19.2.5",
"react-router": "7.14.2",
"typescript": "6.0.3",
"vite": "8.0.10"
},
"packageManager": "npm@10.9.8",
"engines": {
"node": "^22.18.0 || >=24.2.0"
}
}