-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.28 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
51
52
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.20.2",
"@hookform/resolvers": "^5.0.1",
"@livekit/components-react": "^2.9.13",
"@livekit/components-styles": "^1.1.6",
"@react-three/drei": "^10.3.0",
"@react-three/fiber": "^9.1.4",
"@react-three/postprocessing": "^3.0.4",
"@supabase/ssr": "0.6.1",
"@supabase/supabase-js": "^2.49.9",
"axios": "^1.9.0",
"leva": "^0.10.0",
"livekit-server-sdk": "^2.13.1",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"three": "^0.177.0",
"wawa-lipsync": "^0.0.1",
"wawa-vfx": "^1.0.16",
"zod": "^3.25.7",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.177.0",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"eslintConfig": {
"rules": {
"@typescript-eslint/no-unused-vars": "off"
}
}
}