-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
{
"name": "echo-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.14.0",
"@giphy/js-fetch-api": "^5.6.0",
"@giphy/react-components": "^10.0.1",
"@supabase/supabase-js": "^2.50.0",
"amazon-chime-sdk-js": "^3.29.0",
"aos": "^2.3.4",
"axios": "^1.10.0",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"emoji-picker-react": "^4.17.4",
"js-cookie": "^3.0.5",
"livekit-client": "^2.15.14",
"lucide-react": "^0.511.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.5.0",
"react-icons": "^5.5.0",
"react-modal": "^3.16.3",
"react-virtuoso": "^4.18.1",
"socket.io-client": "^4.8.1",
"tailwind-scrollbar": "^3.1.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.57",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "5.9.3"
}
}