-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.56 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
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
{
"name": "la-fresca-fronted",
"private": true,
"version": "1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"author": {
"name": "iamtrazy",
"email": "[email protected]"
},
"dependencies": {
"@auth-kit/react-router": "^3.1.3",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@formatjs/icu-messageformat-parser": "^2.7.8",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.4",
"@hookform/resolvers": "^3.6.0",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/x-date-pickers": "^7.11.1",
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.5",
"@nextui-org/tabs": "^2.0.35",
"@nextui-org/theme": "^2.2.9",
"@react-google-maps/api": "^2.20.3",
"@sweetalert2/theme-dark": "^5.0.17",
"@tanstack/react-query": "^5.51.23",
"@types/md5": "^2.3.5",
"antd": "^5.20.1",
"apexcharts": "^3.41.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.12",
"flatpickr": "^4.6.13",
"flowbite-react": "^0.10.1",
"framer-motion": "^11.2.14",
"headlessui": "^0.0.0",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jsvectormap": "^1.5.3",
"jwt-decode": "^4.0.0",
"match-sorter": "^6.3.1",
"md5": "^2.3.0",
"payhere-embed-sdk": "^0.7.7",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^10.7.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-auth-kit": "^3.1.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-otp-input": "^3.1.1",
"react-router-dom": "^6.24.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"sonner": "^1.5.0",
"sort-by": "^0.0.2",
"sweetalert2": "^11.12.3",
"sweetalert2-react-content": "^5.0.7",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.51.23",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"file-loader": "^6.2.0",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.4.1",
"vite": "^4.4.7",
"webpack": "^5.88.2"
}
}