forked from pydantic/ai-chat-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.05 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.05 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@pydantic/ai-chat-ui",
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/pydantic/ai-chat-ui.git"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"version": "1.1.0",
"type": "module",
"scripts": {
"prepare": "lefthook install",
"typecheck": "tsc --noEmit",
"format": "prettier --write",
"lint": "eslint",
"lint-fix": "eslint --fix --quiet",
"dev": "BACKEND_PORT=38001 vite",
"dev:server": "cd agent && uv run uvicorn chatbot.server:app --port 38001",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"files": [
"dist"
],
"dependencies": {
"@ai-sdk/react": "^2.0.125",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.19",
"@uidotdev/usehooks": "^2.4.1",
"ai": "^5.0.123",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.542.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-syntax-highlighter": "^15.6.6",
"sonner": "^2.0.7",
"streamdown": "^1.6.11",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"use-stick-to-bottom": "^1.1.1",
"zod": "^4.3.5"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@eslint/js": "^9.39.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.3",
"@taplo/cli": "^0.7.0",
"@types/node": "^24.10.9",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.2",
"cspell": "^8.19.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"lefthook": "^1.13.6",
"neostandard": "^0.12.2",
"prettier": "^3.8.1",
"semantic-release": "^25.0.2",
"tw-animate-css": "^1.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-bundle-analyzer": "^1.3.2",
"vite-tsconfig-paths": "^5.1.4",
"yaml-lint": "^1.7.0"
}
}