-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (59 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (59 loc) · 1.61 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
57
58
59
60
{
"name": "meetly",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "vitest run",
"format:check": "prettier --check \"**/*.{ts,tsx,md,json}\"",
"format:write": "prettier --write \"**/*.{ts,tsx,md,json}\""
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.2",
"@datadog/browser-logs": "^5.23.3",
"@livekit/components-react": "2.9.20",
"@livekit/components-styles": "1.2.0",
"@livekit/krisp-noise-filter": "0.4.1",
"@livekit/track-processors": "^0.7.0",
"@prisma/client": "^6.19.3",
"@radix-ui/react-icons": "^1.3.2",
"@tailwindcss/postcss": "^4.2.4",
"@upstash/qstash": "^2.10.1",
"clsx": "^2.1.1",
"color-bits": "^1.1.1",
"framer-motion": "11.11.17",
"hls.js": "^1.6.16",
"livekit-client": "2.17.3",
"livekit-server-sdk": "2.15.0",
"lucide-react": "^1.14.0",
"next": "^16.2.4",
"next-auth": "^5.0.0-beta.31",
"postcss": "^8.5.10",
"prisma": "^6.19.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "^2.5.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"tinykeys": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"eslint": "9.39.1",
"eslint-config-next": "15.5.6",
"prettier": "3.7.3",
"source-map-loader": "^5.0.0",
"typescript": "5.9.3",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@10.18.2"
}