-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"name": "@livekit/component-example-next",
"version": "0.2.73",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "workspace:*",
"@livekit/components-styles": "workspace:*",
"@livekit/track-processors": "^0.3.2",
"livekit-client": "catalog:",
"livekit-server-sdk": "^2.6.1",
"next": "^15.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.19.14",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"eslint": "catalog:",
"eslint-config-next": "^12.3.4",
"source-map-loader": "^4.0.2",
"typescript": "5.4.2"
}
}