-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.13 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
{
"name": "@pipecat-ui/registry",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "node scripts/build.mjs",
"check": "node scripts/validate.mjs",
"test": "node --test scripts/*.test.mjs"
},
"dependencies": {
"@pipecat-ai/client-js": "^1.13.1",
"@pipecat-ai/client-react": "^1.8.2",
"class-variance-authority": "^0.7.1",
"lucide-react": "^1.41.0",
"motion": "^13.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-resizable-panels": "^4.12.4",
"recharts": "^3.10.1",
"zustand": "^5.0.15"
},
"devDependencies": {
"@pipecat-ai/daily-transport": "^1.6.8",
"@pipecat-ai/moq-transport": "^0.1.1",
"@pipecat-ai/small-webrtc-transport": "^1.10.7",
"@pipecat-ai/websocket-transport": "^1.7.1",
"@storybook/react-vite": "^10.6.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"shadcn": "^4.21.0",
"storybook": "^10.6.0",
"tw-animate-css": "^1.4.0",
"vitest": "^5.0.0"
}
}