-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.79 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.79 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
{
"name": "@talend/ui-playground",
"version": "3.1.1",
"description": "Showcase Talend/UI",
"private": true,
"main": "app/index.js",
"scripts": {
"build": "cross-env BASENAME='/playground' talend-scripts build",
"test": "echo nothing to test in playground",
"start": "talend-scripts build && node serve-dist",
"lint": "eslint -o eslint-report.json --format json ."
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"react",
"talend"
],
"author": "Talend Frontend <frontend@talend.com>",
"license": "Apache-2.0",
"devDependencies": {
"@talend/dynamic-cdn-webpack-plugin": "^14.5.1",
"@talend/eslint-config": "^14.1.2",
"@talend/eslint-plugin": "^1.8.1",
"@talend/scripts-core": "^20.0.0",
"@talend/scripts-config-babel": "^13.10.1",
"@talend/scripts-config-stylelint": "^5.0.0",
"copy-webpack-plugin": "^14.0.0",
"cross-env": "^10.1.0",
"eslint": "^10.0.3",
"webpack": "^5.104.1"
},
"dependencies": {
"@talend/bootstrap-theme": "^10.1.1",
"@talend/assets-api": "^2.1.1",
"@talend/design-system": "^12.1.1",
"@talend/design-tokens": "^4.1.1",
"@talend/icons": "^8.0.0",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-forms": "^15.2.0",
"@talend/react-cmf": "^12.1.1",
"@talend/react-cmf-router": "^9.1.1",
"@talend/react-components": "^18.1.1",
"@talend/react-containers": "^12.1.1",
"@talend/react-dataviz": "^8.1.1",
"@talend/react-faceted-search": "^22.1.1",
"@talend/react-forms": "^16.1.1",
"history": "^5.3.0",
"i18next": "^23.16.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"redux-logger": "^3.0.6"
}
}