-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.17 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@talend/react-components",
"description": "Set of react components.",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
"exports": {
"./lib/*": {
"import": "./lib-esm/*/index.js",
"require": "./lib/*/index.js"
},
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js"
}
},
"license": "Apache-2.0",
"scripts": {
"clean": "rimraf lib lib-esm dist",
"build:dev": "talend-scripts build --umd --dev",
"build:prod": "talend-scripts build --umd --prod",
"pre-release": "yarn build:dev && yarn build:prod",
"build:lib": "talend-scripts build && yarn run tsc",
"build:lib:esm": "talend-scripts build --esm",
"watch": "talend-scripts build --watch",
"tsc": "tsc --emitDeclarationOnly --project ./tsconfig.json --outDir ./types",
"test": "cross-env TZ=UTC talend-scripts test",
"test:watch": "cross-env TZ=UTC talend-scripts test --watch",
"test:cov": "cross-env TZ=UTC talend-scripts test --coverage --coverageReporters json-summary",
"lint": "talend-scripts lint",
"start": "talend-scripts start -p 6006",
"extract-i18n": "i18next-scanner --config i18next-scanner.config.js"
},
"keywords": [
"react",
"talend",
"components",
"bootstrap"
],
"author": "Talend Frontend <frontend@talend.com>",
"homepage": "https://github.com/Talend/ui/tree/master/packages/components#readme",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.5.3",
"@talend/bootstrap-theme": "^9.4.0",
"@talend/design-tokens": "^3.4.5",
"@talend/icons": "^7.12.0",
"@talend/react-a11y": "^4.0.3",
"@talend/react-bootstrap": "^3.0.4",
"@talend/utils": "^3.3.0",
"classnames": "^2.5.1",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dom-helpers": "^3.4.0",
"focus-outline-manager": "^1.0.2",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"rc-slider": "^11.1.8",
"react-autowhatever": "10.2.0",
"react-debounce-input": "^3.3.0",
"react-draggable": "^4.5.0",
"react-grid-layout": "^1.5.2",
"react-immutable-proptypes": "^2.2.0",
"react-is": "^18.3.1",
"react-popper": "^2.3.0",
"react-transition-group": "^2.9.0",
"react-use": "^17.6.0",
"react-virtualized": "^9.22.6",
"reactour": "^1.19.4",
"recharts": "^2.15.4",
"styled-components": "^5.3.11",
"warning": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@talend/bootstrap-theme": "^9.4.0",
"@talend/design-system": "^11.7.1",
"@talend/eslint-config": "^13.3.1",
"@talend/eslint-plugin": "^1.4.0",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/scripts-config-babel": "^13.6.0",
"@talend/scripts-config-react-webpack": "^16.9.0",
"@talend/scripts-config-storybook-lib": "^5.6.0",
"@talend/scripts-config-typescript": "^11.3.2",
"@talend/scripts-core": "^16.6.0",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/classnames": "^2.3.4",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/prop-types": "^15.7.15",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"cross-env": "^7.0.3",
"i18next": "^23.16.8",
"jest-in-case": "^1.0.2",
"jsdom": "^26.1.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-a11y": "^0.3.4",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-router-dom": "~6.3.0",
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@talend/design-system": "^11.6.0",
"i18next": "^23.16.8",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"resolutions": {
"minimist": "^1.2.5"
},
"publishConfig": {
"access": "public"
},
"version": "17.4.1"
}