forked from medplum/medplum-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "medplum-hello-world",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@emotion/react": "11.10.5",
"@mantine/core": "5.8.4",
"@mantine/hooks": "5.8.4",
"@mantine/notifications": "5.8.4",
"@medplum/core": "1.0.5",
"@medplum/fhirtypes": "1.0.5",
"@medplum/react": "1.0.5",
"@types/node": "^18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.3",
"typescript": "4.9.3",
"vite": "3.2.4"
},
"prettier": {
"printWidth": 120,
"singleQuote": true
}
}