-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "talend-scripts build",
"start": "talend-scripts start",
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.2",
"@talend/design-system": "11.0.7",
"@talend/icons": "7.10.3",
"@talend/react-bootstrap": "^3.0.2",
"@talend/react-components": "17.1.3",
"ace-builds": "^1.35.2",
"classnames": "^2.5.1",
"i18next": "^23.11.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-ace": "^12.0.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-router": "~6.30.2",
"react-router-dom": "~6.30.2",
"uuid": "^10.0.0",
"form-data": ">=4.0.4",
"body-parser": "1.20.3",
"http-proxy-middleware": "2.0.9",
"path-to-regexp": "0.1.10",
"@babel/runtime": "7.26.10"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"path-to-regexp": "0.1.10",
"form-data": ">=4.0.4"
},
"proxy": "http://localhost:8080/",
"overrides": {
"webpack": "^5.94.0"
}
}