-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.72 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
{
"name": "@repo/elements",
"version": "0.0.0",
"private": true,
"description": "AI components including message, conversation, input, response, suggestion, sources, context, tool and branch components for building chat interfaces.",
"exports": {
"./*": "./src/*.tsx"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest --watch",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@repo/shadcn-ui": "workspace:*",
"@rive-app/react-webgl2": "^4.26.1",
"@streamdown/cjk": "^1.0.1",
"@streamdown/code": "^1.0.1",
"@streamdown/math": "^1.0.1",
"@streamdown/mermaid": "^1.0.1",
"@xyflow/react": "^12.10.0",
"ai": "^6.0.68",
"ansi-to-react": "^6.2.6",
"class-variance-authority": "^0.7.1",
"katex": "^0.16.28",
"lucide-react": "^0.562.0",
"media-chrome": "^4.17.2",
"motion": "^12.26.2",
"nanoid": "^5.1.6",
"radix-ui": "latest",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-jsx-parser": "^2.2.0",
"shiki": "3.22.0",
"streamdown": "^2.1.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.1"
},
"devDependencies": {
"@ai-sdk/react": "^3.0.41",
"@repo/typescript-config": "workspace:*",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "19.2.8",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/browser": "^4.0.18",
"@vitest/browser-playwright": "^4.0.17",
"@vitest/coverage-v8": "^4.0.18",
"playwright": "^1.58.1",
"typescript": "^5.9.3",
"vitest": "^4.0.17",
"vitest-fail-on-console": "^0.10.1",
"zod": "^4.3.6"
}
}