forked from medplum/foomedical
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.66 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.66 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
61
62
63
64
{
"name": "foomedical",
"version": "4.3.11",
"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.28.3",
"@babel/preset-env": "7.28.3",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@mantine/core": "7.17.8",
"@mantine/hooks": "7.17.8",
"@mantine/notifications": "7.17.8",
"@medplum/core": "4.3.11",
"@medplum/eslint-config": "4.3.11",
"@medplum/fhirtypes": "4.3.11",
"@medplum/mock": "4.3.11",
"@medplum/react": "4.3.11",
"@tabler/icons-react": "3.34.1",
"@testing-library/jest-dom": "6.7.0",
"@testing-library/react": "16.3.0",
"@types/jest": "29.5.14",
"@types/node": "20.19.11",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "5.0.0",
"babel-jest": "29.7.0",
"c8": "10.1.3",
"chart.js": "4.5.0",
"fast-json-patch": "3.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"postcss": "8.5.6",
"postcss-preset-mantine": "1.18.0",
"react": "19.1.1",
"react-chartjs-2": "5.3.0",
"react-dom": "19.1.1",
"react-router": "7.8.1",
"typescript": "5.9.2",
"vite": "7.1.2"
},
"packageManager": "npm@10.9.3",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}