forked from epam/ai-dial-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.24 KB
/
package.json
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
{
"name": "ai-dial-chat",
"version": "0.12.0-rc",
"private": true,
"scripts": {
"nx": "nx",
"postinstall": "node tools/patch-nextjs.js",
"graph": "nx graph",
"build": "nx run-many -t build",
"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",
"publish:dry": "nx run-many -t publish --output-style=static --dry",
"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"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.13",
"@floating-ui/react": "^0.26.7",
"@nx/next": "17.2.8",
"@opentelemetry/exporter-prometheus": "^0.47.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.47.0",
"@opentelemetry/instrumentation": "^0.47.0",
"@opentelemetry/instrumentation-http": "^0.47.0",
"@opentelemetry/instrumentation-pino": "^0.34.5",
"@opentelemetry/resources": "^1.20.0",
"@opentelemetry/sdk-metrics": "^1.20.0",
"@opentelemetry/sdk-node": "^0.47.0",
"@opentelemetry/sdk-trace-base": "^1.20.0",
"@opentelemetry/semantic-conventions": "^1.20.0",
"@reduxjs/toolkit": "^1.9.5",
"@tabler/icons-react": "^2.9.0",
"classnames": "^2.3.2",
"css.escape": "^1.5.1",
"downshift": "^8.1.0",
"eventsource-parser": "^0.1.0",
"i18next": "^22.4.13",
"isomorphic-dompurify": "^1.8.0",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"mime-types": "^2.1.35",
"next": "14.1.1",
"next-auth": "^4.24.5",
"next-i18next": "^13.2.2",
"node-fetch": "^3.3.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0",
"plotly.js": "^2.30.0",
"rc-slider": "^10.2.1",
"re-resizable": "^6.9.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^12.2.0",
"react-inlinesvg": "^4.1.1",
"react-markdown": "^8.0.5",
"react-plotly.js": "^2.6.0",
"react-redux": "^8.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux-observable": "^2.0.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark-gfm": "^3.0.1",
"rxjs": "^7.8.1",
"stringz": "^2.1.0",
"svgo": "^3.0.2",
"tslib": "^2.6.0"
},
"devDependencies": {
"@mozilla/readability": "^0.4.4",
"@nx/devkit": "17.2.8",
"@nx/esbuild": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "^17.2.8",
"@nx/react": "17.2.8",
"@nx/rollup": "^17.3.1",
"@nx/vite": "^17.2.8",
"@nx/workspace": "17.2.8",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/css.escape": "^1.5.0",
"@types/jsdom": "^21.1.1",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.4",
"@types/node": "20.9.0",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-plotly.js": "^2.6.3",
"@types/react-syntax-highlighter": "^15.5.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "~1.2.1",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"endent": "^2.1.0",
"esbuild": "^0.19.12",
"eslint": "^8.49.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-testing-library": "^6.1.2",
"gpt-3-encoder": "^1.1.4",
"jsdom": "^21.1.1",
"minimist": "^1.2.8",
"nx": "17.2.8",
"postcss": "^8.4.21",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"ts-node": "10.9.1",
"typescript": "^5.2.2",
"vite": "^5.0.13",
"vitest": "^1.2.1"
},
"overrides": {
"js-yaml": "4.1.0",
"argparse": "2.0.1"
},
"optionalDependencies": {
"@nx/playwright": "^18.2.2",
"@playwright/test": "^1.44.0",
"playwright-chromium": "^1.44.0",
"allure-playwright": "^2.15.0",
"eslint-plugin-playwright": "^1.5.4"
},
"engines": {
"node": ">=18.18.2",
"npm": ">=9.8.1"
}
}