-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.14 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
{
"name": "@talend/scripts-config-react-webpack",
"description": "Webpack configuration for @talend/scripts-core",
"version": "17.1.1",
"license": "Apache-2.0",
"main": "index.js",
"author": "Talend Frontend <frontend@talend.com>",
"homepage": "https://github.com/Talend/ui/tree/master/packages/ui-scripts#readme",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"scripts": {
"lint": "eslint -o eslint-report.json --format json .",
"test": "echo \"Nothing to test\""
},
"peerDependencies": {
"@talend/icons": "^8.0.0"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@sentry/webpack-plugin": "^1.21.0",
"@talend/react-cmf-webpack-plugin": "^6.44.1",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-cdn": "^10.17.1",
"@talend/scripts-utils": "^2.8.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"@yarnpkg/lockfile": "^1.1.0",
"autoprefixer": "^10.4.27",
"babel-loader": "^9.2.1",
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^14.0.0",
"core-js-bundle": "^3.49.0",
"css-loader": "^7.1.4",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.6.6",
"inspectpack": "^4.7.1",
"mini-css-extract-plugin": "^2.10.2",
"postcss": "^8.5.10",
"postcss-loader": "^8.2.1",
"postcss-safe-parser": "^6.0.0",
"querystring-es3": "^0.2.1",
"regenerator-runtime": "^0.13.11",
"resolve-url-loader": "^5.0.0",
"sass": "^1.98.0",
"sass-loader": "^14.2.1",
"source-map-loader": "^4.0.2",
"style-loader": "^3.3.4",
"svg64": "^2.0.0",
"terser": "^5.46.1",
"terser-webpack-plugin": "^5.4.0",
"tmp": "^0.2.5",
"url": "^0.11.4",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3"
},
"devDependencies": {
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"eslint": "^10.1.0"
},
"publishConfig": {
"access": "public"
}
}