forked from rahul1/foomedical-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "foomedical-provider",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@babel/core": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.4",
"@emotion/babel-plugin": "11.10.6",
"@emotion/react": "11.10.6",
"@mantine/core": "6.0.6",
"@mantine/hooks": "6.0.6",
"@mantine/notifications": "6.0.6",
"@medplum/core": "2.0.13",
"@medplum/fhirtypes": "2.0.13",
"@medplum/react": "2.0.13",
"@medplum/mock": "^2.0.13",
"@tabler/icons-react": "2.14.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitejs/plugin-react": "3.1.0",
"babel-jest": "^29.5.0",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"typescript": "5.0.4",
"vite": "4.2.1",
"vite-plugin-svgr": "2.4.0"
},
"prettier": {
"printWidth": 120,
"singleQuote": true
}
}