-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 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
53
54
55
56
{
"name": "conference-example-next-app-router",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dtelecom/components-react": "^1.0.45",
"@dtelecom/components-styles": "^1.0.27",
"@dtelecom/livekit-client": "^1.12.15",
"@dtelecom/server-sdk-js": "^2.0.12",
"@privy-io/react-auth": "2.8.0",
"@privy-io/server-auth": "^1.20.2",
"@rybbit/js": "^0.1.0",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.407.0",
"next": "^15.5.9",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"referral-codes": "^3.0.0",
"sass": "^1.77.7",
"superjson": "2.2.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.0.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/prettier": "^3.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "^10.4.7",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"ts-loader": "^9.5.2",
"typescript": "^5"
}
}