-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.97 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
{
"name": "project-customer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@badrap/bar-of-progress": "^0.1.2",
"@clerk/nextjs": "^2.11.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fullcalendar/common": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@hookform/error-message": "^2.0.1",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.2",
"@mui/styles": "^5.9.0",
"@mui/x-date-pickers": "^5.0.11",
"@tailwindcss/forms": "^0.4.0",
"axios": "^1.2.2",
"babel-plugin-transform-require-ignore": "^0.1.1",
"date-fns": "^2.28.0",
"dayjs": "^1.11.7",
"firebase": "^9.6.7",
"framer-motion": "^6.5.1",
"moment": "^2.29.4",
"next": "12.0.10",
"next-auth": "^4.2.1",
"next-pwa": "^5.4.4",
"next-transpile-modules": "^9.1.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-collapsed": "^3.6.0",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.8.0",
"react-datetime": "^3.2.0",
"react-dom": "17.0.2",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.31.1",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-multi-select-component": "^4.2.4",
"react-rating-stars-component": "^2.2.0",
"react-time-picker": "^5.1.0",
"recoil": "^0.6.1",
"sweetalert2": "^11.7.0",
"swr": "^2.0.3",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-filters": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22"
}
}