-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "chatchance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "^1.5.1",
"@livekit/components-styles": "^1.0.8",
"@nextui-org/button": "^2.0.26",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.17",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.16",
"livekit-client": "^1.15.4",
"livekit-server-sdk": "^1.2.7",
"lucide-react": "^0.298.0",
"next": "^14.0.4",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redis": "^4.6.11",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}