-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.09 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
{
"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",
"body-parser": "1.20.3",
"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.4",
"react-router-dom": "~6.30.4"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"webpack-dev-server": "^5.2.5"
},
"proxy": "http://localhost:8080/",
"overrides": {
"@babel/core": "^7.29.6",
"@babel/plugin-transform-modules-systemjs": "^7.29.6",
"@babel/runtime": "^7.29.6",
"@tootallnate/once": "^3.0.1",
"ajv@6": "^6.14.0",
"ajv@8": "^8.18.0",
"brace-expansion": "^2.0.3",
"fast-uri": "^3.1.2",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"form-data": "^4.0.6",
"handlebars": "^4.7.9",
"http-proxy-middleware": "^3.0.6",
"immutable@3": "^3.8.3",
"immutable@5": "^5.1.5",
"js-cookie": "^3.0.7",
"js-yaml": "^4.2.0",
"jsonpath": "^1.3.0",
"launch-editor": "^2.14.1",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"minimatch": "^9.0.9",
"minimatch@3": "^3.1.5",
"minimatch@5": "^5.1.8",
"path-to-regexp": "^0.1.13",
"picomatch@2": "^2.3.2",
"picomatch@4": "^4.0.4",
"postcss": "^8.5.10",
"qs": "^6.15.2",
"serialize-javascript": "^7.0.5",
"shell-quote": "^1.8.4",
"sockjs": "^0.3.24",
"tmp": "^0.2.6",
"underscore": "^1.13.8",
"uuid": "^14.0.0",
"yaml": "^2.8.3",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.3.0",
"ws": "^8.20.1"
}
}