-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage-template.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package-template.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "component-tools-webapp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "talend-scripts start",
"build": "talend-scripts build"
},
"dependencies": {
"@talend/bootstrap-theme": "9.2.0",
"@talend/design-system": "11.0.5",
"@talend/icons": "7.10.2",
"@talend/react-cmf": "10.1.1",
"@talend/react-components": "17.1.2",
"@talend/react-forms": "15.0.2",
"@talend/react-containers": "11.0.4",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-redux": "^7.2.9",
"react-router-dom": "^6.30.2",
"redux": "^4.2.1",
"redux-thunk": "2.4.2",
"asciidoctor": "3.0.4",
"form-data": ">=4.0.4",
"body-parser": "1.20.3",
"http-proxy-middleware": "2.0.9",
"path-to-regexp": "^3.3.0",
"@babel/runtime": "7.26.10",
"@babel/helpers": "7.26.10",
"micromatch": "4.0.8",
"brace-expansion": "2.0.2",
"formidable": "2.1.3",
"postcss": "8.4.31"
},
"devDependencies": {
"@talend/scripts-config-react-webpack": "^16.8.0",
"@talend/scripts-core": "^16.5.1",
"atob": "^2.1.2",
"body-parser": "^1.18.3",
"cross-env": "^7.0.3",
"webpack": "5.94.0",
"form-data": ">=4.0.4",
"path-to-regexp": "0.1.10",
"webpack-dev-server": "5.2.1"
}
}