-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "booking_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@lottiefiles/dotlottie-react": "^0.12.1",
"@mui/icons-material": "^6.0.2",
"@mui/joy": "^5.0.0-beta.48",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.0.2",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@syncfusion/ej2-react-layouts": "^27.1.48",
"antd": "^5.20.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"depcheck": "^1.4.7",
"lucide-react": "^0.438.0",
"moment": "^2.30.1",
"next": "14.2.8",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.10",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.8.0",
"react-spinners": "^0.14.1",
"swiper": "^11.1.15",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
}
}