forked from microsoft/azurechat
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.9 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 3.9 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "azure-open-ai-accelerator",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:debug": "next dev --webpack",
"dev:turbo-debug": "next dev --turbopack --inspect",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.0",
"@ai-sdk/azure": "^3.0.65",
"@ai-sdk/openai": "^3.0.64",
"@ai-sdk/react": "^3.0.187",
"@azure/ai-form-recognizer": "^5.1.0",
"@azure/cosmos": "^4.9.0",
"@azure/identity": "^4.13.0",
"@azure/keyvault-secrets": "^4.10.0",
"@azure/monitor-opentelemetry": "^1.18.2",
"@azure/search-documents": "^12.2.0",
"@azure/storage-blob": "^12.29.1",
"@codemirror/lang-javascript": "^6.2.4",
"@json-render/core": "^0.19.0",
"@json-render/react": "^0.19.0",
"@markdoc/markdoc": "^0.4.0",
"@microsoft/applicationinsights-react-js": "^17.3.6",
"@microsoft/applicationinsights-web": "^3.3.10",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/instrumentation-http": "^0.219.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@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-label": "^2.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/typography": "^0.5.19",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/react-codemirror": "^4.25.3",
"ai": "^6.0.185",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"eventsource-parser": "^1.1.2",
"files-from-path": "^1.1.4",
"js-tiktoken": "^1.0.21",
"lucide-react": "^0.453.0",
"microsoft-cognitiveservices-speech-sdk": "^1.47.0",
"nanoid": "^5.1.6",
"next": "^16.2.6",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"openai": "^5.23.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.8.1",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"streamdown": "^2.1.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.1.1",
"valtio": "^1.13.2",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@playwright/test": "^1.60.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.19.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.1.6",
"autoprefixer": "^10.4.22",
"baseline-browser-mapping": "^2.9.19",
"cross-env": "^7.0.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.0",
"jsdom": "^25.0.1",
"postcss": "^8.5.18",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vite": "^7.3.5",
"vitest": "^4.1.6"
},
"overrides": {
"uuid": "^11.1.1",
"ws": "^8.20.1",
"@nevware21/ts-utils": "^0.14.0",
"fast-xml-builder": "^1.2.0",
"postcss": "$postcss",
"esbuild": "^0.28.1"
}
}