-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 3.76 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 3.76 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
{
"name": "@dial/source",
"version": "0.0.0",
"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.44.8",
"@epam/ai-dial-ui-kit": "0.11.0-dev.7",
"@epam/ai-dial-visualizer-connector": "^0.44.8",
"@floating-ui/react": "^0.27.19",
"@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.217.0",
"@opentelemetry/sdk-trace-node": "^2.3.0",
"@opentelemetry/semantic-conventions": "^1.38.0",
"@tabler/icons-react": "^3.42.0",
"@uiw/react-md-editor": "^4.1.0",
"ag-grid-react": "^35.2.1",
"big.js": "^7.0.1",
"classnames": "^2.5.1",
"echarts": "^6.0.0",
"echarts-for-react": "^3.0.6",
"gray-matter": "^4.0.3",
"jsonata": "^2.1.0",
"lodash": "^4.18.1",
"monaco-editor": "^0.55.1",
"next": "15.5.18",
"next-auth": "^4.24.14",
"next-international": "^1.3.1",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"polished": "^4.3.1",
"randomcolor": "^0.6.2",
"re-resizable": "^6.11.2",
"react": "^19.2.5",
"react-datepicker": "^9.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"uuid": "^14.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.2.4",
"@nx/eslint": "22.7.1",
"@nx/eslint-plugin": "22.7.1",
"@nx/js": "22.7.1",
"@nx/next": "22.7.1",
"@nx/vite": "22.7.1",
"@nx/vitest": "22.7.1",
"@nx/web": "22.7.1",
"@nx/workspace": "22.7.1",
"@svgr/webpack": "^8.1.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/big.js": "^6.2.2",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.0",
"@types/randomcolor": "^0.5.9",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/ui": "^4.1.5",
"autoprefixer": "^10.5.0",
"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.1.1",
"eslint-plugin-tailwindcss": "^3.18.3",
"husky": "^9.1.7",
"jsdom": "~29.1.1",
"lint-staged": "^16.4.0",
"nx": "^22.7.1",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.10",
"vitest": "^4.1.5",
"vitest-fetch-mock": "^0.4.5"
},
"overrides": {
"axios": "1.16.0",
"dompurify": "3.4.0",
"protobufjs": "8.2.0",
"follow-redirects": "1.16.0",
"yaml": "2.8.3",
"postcss": "^8.5.12"
},
"engines": {
"node": ">=24.12.0",
"npm": ">=11.6.2"
},
"browser": {
"fs": false,
"net": false,
"tls": false
}
}