-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 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
{
"name": "ezidata",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "serve -s -p $PORT --cors dist"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.1",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@tailwindcss/forms": "^0.5.7",
"antd": "^5.17.0",
"apexcharts": "^3.49.0",
"axios": "^1.7.1",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"lucide-react": "^0.394.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.2.0",
"react-number-format": "^5.3.4",
"react-paystack": "^4.0.3",
"react-router-dom": "^6.23.0",
"serve": "^14.2.3",
"swiper": "^11.1.4",
"swr": "^2.2.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.0"
}
}