-
Notifications
You must be signed in to change notification settings - Fork 239
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "agents-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.1",
"@livekit/components-core": "^0.12.11",
"@livekit/components-react": "^2.9.20",
"@livekit/components-styles": "^1.2.0",
"@livekit/protocol": "^1.45.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"cookies-next": "^6.0.0",
"framer-motion": "^12.0.0",
"js-yaml": "^4.1.0",
"livekit-client": "^2.18.0",
"livekit-server-sdk": "^2.14.2",
"lodash": "^4.17.21",
"next": "^15.5.12",
"next-plugin-preval": "^1.2.6",
"qrcode.react": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.13",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.0.0",
"eslint-config-next": "^15.5.12",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.18",
"typescript": "^5.7.2"
}
}