-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 3.93 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 3.93 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
{
"name": "@dial/source",
"version": "0.14.0-rc",
"license": "Apache-2.0",
"scripts": {
"start": "nx serve ai-dial-admin",
"test": "nx run-many -t test --runInBand --coverage",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint",
"format": "prettier --check .",
"format:write": "prettier --write .",
"prepare": "husky"
},
"private": true,
"lint-staged": {
"*.{js,ts,tsx}": [
"npm run lint"
]
},
"dependencies": {
"@epam/ai-dial-shared": "^0.41.7",
"@epam/ai-dial-ui-kit": "0.7.0-rc.43",
"@epam/ai-dial-visualizer-connector": "^0.41.7",
"@floating-ui/react": "^0.27.16",
"@monaco-editor/react": "^4.7.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.209.0",
"@opentelemetry/instrumentation-fetch": "^0.209.0",
"@opentelemetry/instrumentation-http": "^0.209.0",
"@opentelemetry/instrumentation-pino": "^0.57.0",
"@opentelemetry/instrumentation-undici": "^0.19.0",
"@opentelemetry/resources": "^2.3.0",
"@opentelemetry/sdk-node": "^0.209.0",
"@opentelemetry/sdk-trace-node": "^2.3.0",
"@opentelemetry/semantic-conventions": "^1.38.0",
"@rjsf/core": "^6.2.5",
"@rjsf/utils": "^6.2.5",
"@rjsf/validator-ajv8": "^6.2.5",
"@tabler/icons-react": "^3.36.1",
"@uiw/react-md-editor": "^4.0.11",
"ag-grid-react": "^34.3.1",
"big.js": "^7.0.1",
"classnames": "^2.5.1",
"dompurify": "^3.3.1",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.6",
"gray-matter": "^4.0.3",
"lodash": "^4.17.23",
"monaco-editor": "^0.52.2",
"next": "15.5.10",
"next-auth": "^4.24.13",
"next-international": "^1.3.1",
"pino": "^10.2.1",
"pino-pretty": "^13.1.3",
"re-resizable": "^6.11.2",
"react": "19.1.2",
"react-datepicker": "^8.4.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.1.2",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/compat": "^2.0.1",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.1.4",
"@nx/eslint": "22.0.1",
"@nx/eslint-plugin": "22.0.1",
"@nx/js": "22.0.1",
"@nx/next": "22.0.1",
"@nx/vite": "22.0.1",
"@nx/web": "22.0.1",
"@nx/workspace": "22.0.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/big.js": "^6.2.2",
"@types/lodash": "^4.17.23",
"@types/node": "^25.0.10",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-cypress": "^5.2.1",
"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-tailwindcss": "^3.18.2",
"husky": "^9.1.7",
"jsdom": "~27.4.0",
"lint-staged": "^16.2.7",
"nx": "22.0.2",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"sass": "^1.97.3",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "7.2.4",
"vitest": "^3.2.4",
"vitest-fetch-mock": "^0.4.5"
},
"overrides": {
"@babel/core": "7.28.4",
"esbuild": "0.25.10",
"koa": "3.0.3",
"glob": "11.1.0",
"react": "19.1.2",
"react-dom": "19.1.2",
"@modern-js/utils": "2.69.5"
},
"engines": {
"node": ">=24.12.0",
"npm": ">=11.6.2"
},
"browser": {
"fs": false,
"net": false,
"tls": false
}
}