-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.83 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": "health-soft-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hookform/resolvers": "^2.9.8",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@mui/styled-engine": "^5.10.8",
"@mui/x-date-pickers": "^5.0.4",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-avatar": "^1.0.0",
"@radix-ui/react-label": "^1.0.0",
"@radix-ui/react-separator": "^1.0.0",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-toast": "^1.0.0",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.10.3",
"@tanstack/react-query-devtools": "^4.11.0",
"awesome-react-icons": "^1.4.8",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"formik": "^2.2.9",
"framer-motion": "^7.5.3",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.9.1",
"react-client-session": "^0.0.8",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.4.0",
"react-minimal-side-navigation": "^1.9.2",
"react-pro-sidebar": "^1.0.0-alpha.3",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.2",
"react-select": "^5.4.0",
"sass": "^1.55.0",
"styled-components": "^5.3.6",
"zustand": "^4.1.1"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}