-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "@pipecat-ui/storybook",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
"build": "storybook build",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@base-ui/react": "^1.8.0",
"@fontsource-variable/geist": "^5.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.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",
"shadcn": "^4.21.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@storybook/react-vite": "^10.6.0",
"@tailwindcss/vite": "^4.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"@pipecat-ui/registry": "workspace:*",
"jsdom": "^30.0.1",
"storybook": "^10.6.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"vite": "^8.2.2",
"vitest": "^5.0.0"
}
}