-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.67 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 4.67 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "healthstack-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@ckeditor/ckeditor5-build-classic": "^44.3.0",
"@ckeditor/ckeditor5-react": "^9.5.0",
"@cyntler/react-doc-viewer": "^1.17.1",
"@devexpress/dx-react-core": "^4.0.11",
"@devexpress/dx-react-scheduler": "^4.0.11",
"@devexpress/dx-react-scheduler-material-ui": "^4.0.11",
"@emoji-mart/data": "^1.2.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@feathersjs/authentication-client": "^5.0.37",
"@feathersjs/feathers": "^5.0.37",
"@feathersjs/socketio-client": "^5.0.37",
"@hookform/resolvers": "^3.10.0",
"@mui/base": "5.0.0-beta.70",
"@mui/icons-material": "^5.18.0",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/styles": "^5.18.0",
"@mui/system": "^5.18.0",
"@mui/x-charts": "^7.29.1",
"@mui/x-date-pickers": "^7.29.4",
"@react-pdf/renderer": "^3.4.5",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-virtual": "^3.13.13",
"@uiw/react-watermark": "^1.0.1",
"antd": "^6.1.1",
"apexcharts": "^5.3.6",
"axios": "^1.13.2",
"bulma-toast": "^2.4.4",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-doughnutlabel-rebourne": "^3.0.0-beta.4",
"date-fns": "^3.6.0",
"dayjs": "^1.11.19",
"emoji-mart": "^5.6.0",
"emoji-tree": "^1.1.2",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.18.2",
"gsap": "^3.14.2",
"html2canvas": "^1.4.1",
"immer": "^11.1.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"qrcode": "^1.5.4",
"randomstring": "^1.3.1",
"react": "^18.3.1",
"react-apexcharts": "^1.9.0",
"react-autosuggest": "^10.1.0",
"react-awesome-watermark": "^1.0.6",
"react-big-calendar": "^1.19.4",
"react-chartjs-2": "^5.3.1",
"react-checkbox-tree": "^1.8.0",
"react-data-table-component": "^7.7.0",
"react-datepicker": "^7.6.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.3.1",
"react-drag-drop-files": "^2.4.0",
"react-draggable": "^4.5.0",
"react-dropzone-uploader": "^2.11.0",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.69.0",
"react-icons": "^5.5.0",
"react-infinite-scroll-component": "^6.1.1",
"react-json-editor-ajrm": "^2.5.14",
"react-jutsu": "^3.0.3",
"react-leaflet": "^4.2.1",
"react-loader-spinner": "^6.1.6",
"react-otp-input": "^3.1.1",
"react-paystack": "^6.0.0",
"react-pdf": "^9.2.1",
"react-recompose": "^0.33.0",
"react-remita": "1.1.2",
"react-router": "^6.30.2",
"react-router-dom": "^6.30.2",
"react-select": "^5.10.2",
"react-select-search": "^4.1.9",
"react-semantic-ui-datepickers": "^2.17.2",
"react-signature-canvas": "^1.0.7",
"react-speech-recognition": "^3.10.0",
"react-to-print": "^2.15.1",
"react-toastify": "^10.0.6",
"recharts": "^2.15.4",
"regenerator-runtime": "^0.14.1",
"semantic-ui-react": "^2.1.5",
"short-uuid": "^5.2.0",
"socket.io-client": "2.5.0",
"styled-components": "^6.1.19",
"tss-react": "^4.9.20",
"use-sound": "^4.0.4",
"uuid": "^10.0.0",
"yup": "^1.7.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^22.19.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react-swc": "^3.11.0",
"depcheck": "^1.4.7",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^15.15.0",
"prettier": "^3.7.4",
"sass-embedded": "^1.97.1",
"typescript": "5.9.3",
"vite": "^7.3.0"
},
"pnpm": {
"overrides": {
"ckeditor5@>=44.2.0 <45.2.2": ">=45.2.2",
"@ckeditor/ckeditor5-clipboard@>=44.2.0 <45.2.2": ">=45.2.2",
"@mui/base@<5.0.0-beta.70": "5.0.0-beta.70",
"glob@<8.0.0": ">=10.0.0",
"inflight": "npm:@humanfs/core@latest",
"rimraf@<3.0.0": ">=5.0.0",
"fstream": "npm:tar@latest",
"lodash.isequal": "npm:fast-deep-equal@latest"
},
"ignoredBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"canvas",
"core-js",
"esbuild"
]
}
}