-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
101 lines (101 loc) · 2.95 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
91
92
93
94
95
96
97
98
99
100
101
{
"name": "pickmefood",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-ivs": "^3.606.0",
"@aws-sdk/client-ivschat": "^3.606.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
"@knocklabs/node": "^0.6.13",
"@knocklabs/react": "^0.2.23",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mapbox/search-js-react": "^1.0.0-beta.20",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@reduxjs/toolkit": "^2.2.5",
"@sendgrid/mail": "^8.1.3",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"@suprsend/node-sdk": "^1.10.0",
"@tanstack/react-table": "^8.17.3",
"@zegocloud/zego-uikit-prebuilt": "^2.5.0",
"agora-react-uikit": "^1.2.0",
"agora-rtc-react": "^2.2.0",
"agora-rtc-sdk-ng": "^4.21.0",
"amazon-ivs-chat-messaging": "^1.1.1",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.0",
"cookie": "^0.6.0",
"crisp-sdk-web": "^1.0.25",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"iron-session": "^8.0.1",
"jose": "^5.2.4",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.378.0",
"mapbox-gl": "^3.3.0",
"mongoose": "^8.3.0",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"next-cloudinary": "^6.5.2",
"openai": "^4.50.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"radix-ui": "^1.0.1",
"rc-slider": "^10.6.2",
"react": "^18.2.0",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.0.1",
"react-player": "^2.16.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"redux-persist": "^6.0.0",
"replicate": "^0.30.2",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.5",
"stripe": "^15.12.0",
"sweetalert2": "^11.10.8",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"toastify": "^2.0.1",
"vaul": "^0.9.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "5.4.5"
}
}