-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.99 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
{
"name": "strong-concrete-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/interaction": "^6.1.1",
"@fullcalendar/react": "^6.1.4",
"@fullcalendar/timegrid": "^6.1.11",
"@headlessui/react": "^1.7.18",
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@reduxjs/toolkit": "^2.0.1",
"@tippyjs/react": "^4.2.6",
"formik": "^2.4.5",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mantine-datatable": "^1.7.35",
"moment": "^2.30.1",
"next": "^14.0.4",
"next-auth": "^5.0.0-beta.5",
"react": "^18.2.0",
"react-animate-height": "^3.2.3",
"react-apexcharts": "^1.4.1",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-flatpickr": "^3.10.13",
"react-images-uploading": "^3.1.7",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-quill": "^2.0.0",
"react-redux": "^9.1.0",
"react-select": "^5.7.0",
"react-sortablejs": "^6.1.4",
"react-text-mask": "^5.5.0",
"socket.io-client": "^4.8.0",
"sortablejs": "^1.15.2",
"sweetalert2": "^11.6.13",
"sweetalert2-react-content": "^5.0.7",
"yup": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18.2.50",
"@types/react-dom": "^18.2.18",
"@types/react-flatpickr": "^3.8.11",
"@types/react-text-mask": "^5.4.14",
"@types/redux-logger": "^3.0.12",
"@types/sortablejs": "^1.15.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}