-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.03 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "wavify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.503.1",
"@aws-sdk/credential-provider-env": "^3.489.0",
"@aws-sdk/credential-provider-node": "^3.490.0",
"@aws-sdk/s3-request-presigner": "^3.503.1",
"@aws-sdk/util-endpoints": "^3.489.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hello-pangea/dnd": "^16.5.0",
"@hookform/resolvers": "^3.3.4",
"@livekit/components-react": "^1.5.3",
"@livekit/components-styles": "^1.0.9",
"@mui/material": "^5.15.11",
"@mui/styled-engine-sc": "^6.0.0-alpha.17",
"@mui/x-date-pickers": "^6.19.6",
"@next/bundle-analyzer": "^14.1.0",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.1",
"@stripe/stripe-js": "^3.0.10",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.2",
"@tanstack/react-query": "^5.17.19",
"@uploadthing/react": "^6.1.0",
"aws-sdk": "^2.1547.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^3.3.1",
"embla-carousel-auto-height": "^8.0.0-rc19",
"embla-carousel-autoplay": "^8.0.0-rc19",
"embla-carousel-class-names": "^8.0.0-rc19",
"embla-carousel-react": "^8.0.0-rc19",
"embla-carousel-wheel-gestures": "^8.0.0-rc05",
"emoji-mart": "^5.5.2",
"framer-motion": "^10.18.0",
"geist": "^1.2.0",
"jszip": "^3.10.1",
"livekit-server-sdk": "^2.0.0",
"lucide-react": "^0.308.0",
"next": "^14.1.4",
"next-themes": "^0.2.1",
"query-string": "^8.1.0",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-colorful": "^5.6.1",
"react-countdown": "^2.3.5",
"react-day-picker": "^8.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-image-crop": "^11.0.4",
"react-resizable-panels": "^2.0.9",
"react-responsive-carousel": "^3.2.23",
"react-use": "^17.5.0",
"recharts": "^2.12.3",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"sonner": "^1.4.3",
"stripe": "^14.21.0",
"styled-components": "^6.1.8",
"swiper": "^11.0.5",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.1.1",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"supabase": "^1.131.4",
"tailwindcss": "^3.3.0",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5"
}
}