-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.14 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 3.14 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
{
"name": "admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/interaction": "^6.1.1",
"@fullcalendar/react": "^6.1.4",
"@fullcalendar/timegrid": "^6.1.1",
"@headlessui/react": "^1.7.8",
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@reduxjs/toolkit": "^2.2.6",
"@tailwindcss/line-clamp": "^0.4.2",
"@tippyjs/react": "^4.2.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@x1mrdonut1x/nouislider-react": "^3.4.3",
"apexcharts": "^4.0.0",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"emoji-picker-react": "^4.12.0",
"firebase": "^10.12.2",
"formik": "^2.2.9",
"framer-motion": "^11.15.0",
"highlight.js": "^11.7.0",
"html2canvas": "^1.4.1",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"laravel-echo": "^1.17.1",
"libphonenumber-js": "^1.12.8",
"mantine-datatable": "^1.7.35",
"next": "^14.2.5",
"next-auth": "^4.24.10",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"quill": "^2.0.3",
"react": "^18",
"react-18-image-lightbox": "^5.1.4",
"react-animate-height": "^3.1.0",
"react-apexcharts": "^1.4.0",
"react-click-away-listener": "^2.2.2",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.4.1",
"react-dom": "^18",
"react-export-table-to-excel": "^1.0.6",
"react-flatpickr": "^3.10.13",
"react-icons": "^5.4.0",
"react-images-uploading": "^3.1.7",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-quill-new": "^3.4.6",
"react-redux": "^9.1.2",
"react-select": "^5.7.0",
"react-simplemde-editor": "^5.2.0",
"react-sortablejs": "^6.1.4",
"react-text-mask": "^5.5.0",
"react-toastify": "^10.0.5",
"react-use": "^17.6.0",
"react-window": "^1.8.11",
"sass": "^1.77.8",
"socket.io-client": "^4.8.1",
"sortablejs": "^1.15.0",
"swiper": "^11.0.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/lodash": "^4.14.191",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-flatpickr": "^3.8.8",
"@types/react-text-mask": "^5.4.11",
"@types/sortablejs": "^1.15.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.4.7",
"typescript": "5.5.2"
}
}