-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
220 lines (220 loc) · 7.38 KB
/
package.json
File metadata and controls
220 lines (220 loc) · 7.38 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"name": "ai-dial-chat",
"version": "0.44.0-rc",
"private": true,
"scripts": {
"nx": "nx",
"postinstall": "patch-package && node tools/patch-nextjs.js",
"graph": "nx graph",
"build": "nx run-many -t build --projects=tag:production",
"build:all": "nx run-many -t build",
"build:publishable": "nx run-many -t build --projects=tag:publishable",
"build:examples": "nx run-many -t build --projects=tag:example",
"test": "nx run-many -t test",
"test:watch": "nx run-many -t test:watch",
"test:coverage": "nx run-many -t test:coverage",
"publish": "nx run-many -t publish --projects=tag:publishable",
"publish:dry": "nx run-many -t publish --output-style=static --dry --projects=tag:publishable",
"e2e": "nx run-many -t e2e --output-style=stream --skipInstall",
"e2e:ci": "nx run-many -t e2e --configuration=production --output-style=stream --skipInstall",
"lint": "nx run-many -t lint",
"lint:fix": "nx run-many -t lint:fix",
"format": "nx run-many -t format",
"format:fix": "nx run-many -t format:fix",
"affected:graph": "nx graph --affected",
"affected:build": "nx affected -t build",
"affected:test": "nx affected -t test",
"affected:test:watch": "nx affected -t test:watch",
"affected:test:coverage": "nx affected -t test:coverage",
"affected:e2e": "nx affected -t e2e",
"affected:lint": "nx affected -t lint",
"affected:lint:fix": "nx affected -t lint:fix",
"affected:format": "nx affected -t format",
"affected:format:fix": "nx affected -t format:fix",
"unused-exports": "nx run-many -t unused-exports"
},
"dependencies": {
"@epam/ai-dial-ui-kit": "^0.8.0-rc.33",
"@floating-ui/react": "^0.27.16",
"@hookform/resolvers": "^5.2.1",
"@monaco-editor/react": "4.7.0",
"@nx/next": "22.5.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.67.0",
"@opentelemetry/exporter-jaeger": "^2.2.0",
"@opentelemetry/exporter-logs-otlp-http": "^0.208.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.208.0",
"@opentelemetry/exporter-prometheus": "^0.208.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
"@opentelemetry/instrumentation": "^0.208.0",
"@opentelemetry/instrumentation-http": "^0.208.0",
"@opentelemetry/instrumentation-pino": "^0.55.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@opentelemetry/sdk-metrics": "^2.2.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@opentelemetry/sdk-trace-node": "^2.2.0",
"@opentelemetry/semantic-conventions": "^1.38.0",
"@opentelemetry/winston-transport": "^0.19.0",
"@reduxjs/toolkit": "2.9.2",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-virtual": "^3.13.0",
"archiver": "^7.0.1",
"classnames": "^2.3.2",
"css.escape": "^1.5.1",
"downshift": "^8.1.0",
"eventsource-parser": "^0.1.0",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"i18next": "^22.4.13",
"isomorphic-dompurify": "^1.8.0",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"lodash-es": "^4.17.23",
"marked": "^17.0.1",
"micromark-extension-llm-math": "^3.1.0",
"mime-types": "^2.1.35",
"monaco-editor": "0.54.0",
"nanoid": "^5.1.5",
"next": "16.1.7",
"next-auth": "4.24.12",
"next-i18next": "^13.2.2",
"node-fetch": "^3.3.2",
"pino": "^9.12.0",
"pino-opentelemetry-transport": "^1.0.0",
"pino-pretty": "^10.2.0",
"plotly.js": "^2.30.0",
"qrcode.react": "^4.2.0",
"rc-slider": "^10.2.1",
"re-resizable": "^6.9.11",
"react": "19.2.4",
"react-device-detect": "^2.2.3",
"react-dom": "19.2.4",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.2.0",
"react-jss": "^10.10.0",
"react-markdown": "^9.1.0",
"react-plotly.js": "^2.6.0",
"react-redux": "9.2.0",
"react-select": "^5.8.1",
"react-syntax-highlighter": "^15.5.0",
"redux-observable": "^2.0.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remove-markdown": "^0.6.3",
"rollup": "^4.59.0",
"rxjs": "^7.8.1",
"stringz": "^2.1.0",
"tiktoken": "^1.0.17",
"tslib": "^2.6.0",
"zod": "^4.0.15"
},
"devDependencies": {
"@mozilla/readability": "^0.6.0",
"@next/eslint-plugin-next": "^16.1.6",
"@nx/devkit": "22.5.1",
"@nx/eslint": "22.5.1",
"@nx/eslint-plugin": "22.5.1",
"@nx/jest": "22.5.1",
"@nx/js": "22.5.1",
"@nx/react": "22.5.1",
"@nx/rollup": "22.5.1",
"@nx/vite": "22.5.1",
"@nx/vitest": "22.5.1",
"@nx/workspace": "22.5.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/archiver": "^7.0.0",
"@types/css.escape": "^1.5.0",
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.1",
"@types/json-schema": "^7.0.15",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.4",
"@types/node": "22.18.11",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-plotly.js": "^2.6.3",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-tailwindcss": "^3.18.2",
"eslint-plugin-testing-library": "^7.16.0",
"jsdom": "^27.0.1",
"minimist": "^1.2.8",
"nx": "22.5.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.21",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"ts-node": "10.9.1",
"ts-unused-exports": "^11.0.1",
"typescript": "5.9.3",
"vite": "7.1.12",
"vitest": "4.0.9"
},
"optionalDependencies": {
"@nx/playwright": "21.6.5",
"@playwright/test": "^1.55.1",
"@types/adm-zip": "^0.5.7",
"@types/he": "^1.2.3",
"@types/tinycolor2": "^1.4.6",
"allure-playwright": "^3.3.2",
"eslint-plugin-playwright": "^2.2.0",
"file-type": "^21.3.1",
"playwright-chromium": "^1.55.1"
},
"overrides": {
"esbuild": "0.27.3",
"tmp": "0.2.5",
"koa": "3.1.2",
"@module-federation/node": "2.7.14",
"prismjs": "1.30.0",
"nodemailer": "7.0.10",
"dompurify": "3.3.2",
"js-yaml": "4.1.1",
"glob": "11.1.0",
"@modern-js/utils": "2.70.8",
"qs": "6.15.0",
"diff": "8.0.3",
"minimatch": "10.2.4",
"serialize-javascript": "7.0.3"
},
"engines": {
"node": ">=24.11.1",
"npm": ">=11.6.2"
},
"browser": {
"fs": false,
"net": false,
"tls": false
}
}