forked from medplum/foomedical
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 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
61
62
{
"name": "foomedical",
"version": "2.0.29",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix src",
"test": "jest",
"coverage": "jest --coverage"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@emotion/babel-plugin": "11.11.0",
"@mantine/core": "6.0.17",
"@mantine/hooks": "6.0.17",
"@mantine/notifications": "6.0.17",
"@medplum/core": "2.0.29",
"@medplum/eslint-config": "2.0.29",
"@medplum/fhirtypes": "2.0.29",
"@medplum/mock": "2.0.29",
"@medplum/react": "2.0.29",
"@tabler/icons-react": "2.29.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/grecaptcha": "3.0.4",
"@types/jest": "29.5.3",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "4.0.3",
"babel-jest": "29.6.1",
"c8": "8.0.1",
"chart.js": "4.3.2",
"fast-json-patch": "3.1.1",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest-transform-stub": "2.0.0",
"jsdom": "22.1.0",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"typescript": "5.1.6",
"vite": "4.4.7"
},
"prettier": {
"printWidth": 120,
"singleQuote": true
},
"eslintConfig": {
"extends": [
"@medplum/eslint-config"
]
},
"dependencies": {
"@TopologyHealth/smarterfhir": "git@github.com:TopologyHealth/SMARTerFHIR.git#ef7a3d83de38c5ecbd58923be82ac7f79353f52f"
}
}