-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.15 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
{
"private": true,
"name": "@klicker-uzh/chat",
"version": "3.3.0-rc.0",
"license": "AGPL-3.0",
"dependencies": {
"@ai-sdk/azure": "2.0.30",
"@assistant-ui/react": "0.10.43",
"@assistant-ui/react-ai-sdk": "1.0.3",
"@assistant-ui/react-markdown": "0.10.9",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@klicker-uzh/next-config": "workspace:*",
"@klicker-uzh/prisma": "workspace:*",
"@klicker-uzh/shared-components": "workspace:*",
"@modelcontextprotocol/sdk": "1.17.5",
"@prisma/client": "6.16.1",
"@radix-ui/react-dialog": "1.1.14",
"@radix-ui/react-progress": "1.1.7",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-separator": "1.1.7",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "1.2.5",
"@radix-ui/react-tooltip": "1.2.7",
"@uzh-bf/design-system": "4.1.6",
"ai": "5.0.8",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"jose": "5.9.4",
"katex": "0.16.22",
"lucide-react": "0.522.0",
"next": "15.3.4",
"next-intl": "4.3.4",
"nookies": "2.5.2",
"pg": "8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"rehype-katex": "7.0.1",
"remark-gfm": "4.0.1",
"remark-math": "6.0.0",
"tailwind-merge": "3.3.1",
"tw-animate-css": "1.3.4",
"uuid": "10.0.0",
"zod": "3.25.76",
"zustand": "5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "~3",
"@tailwindcss/postcss": "~4.1.11",
"@tailwindcss/typography": "~0.5.16",
"@types/node": "^20.19.11",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/uuid": "^10.0.0",
"cross-env": "~7.0.3",
"eslint": "~9.30.1",
"eslint-config-next": "~15.0.0",
"tailwindcss": "~4.1.11",
"typescript": "~5.6.3"
},
"scripts": {
"build": "next build",
"check": "tsc --noEmit",
"dev": "cross-env NODE_ENV=development next dev --turbo --port 3004",
"lint": "next lint",
"start": "next start --port 3004"
},
"engines": {
"node": "=20"
},
"volta": {
"extends": "../../package.json"
}
}