-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
175 lines (175 loc) · 6.06 KB
/
package.json
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "cos-ui",
"version": "0.0.1",
"federatedModuleName": "cos",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@patternfly/patternfly": "4.224.2",
"@patternfly/quickstarts": "1.4.0",
"@patternfly/react-catalog-view-extension": "4.96.0",
"@patternfly/react-charts": "6.94.19",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-styles": "4.92.6",
"@patternfly/react-table": "4.113.0",
"@patternfly/react-virtualized-extension": "4.88.115",
"@redhat-cloud-services/frontend-components": "3.9.36",
"@rhoas/app-services-ui-components": "2.31.0",
"@rhoas/app-services-ui-shared": "0.16.6",
"@rhoas/connector-management-sdk": "0.55.1",
"@rhoas/kafka-management-sdk": "0.55.1",
"@stoplight/json-ref-resolver": "3.1.5",
"@xstate/react": "3.2.2",
"@xstate/test": "0.5.1",
"ajv": "8.12.0",
"axios": "0.27.2",
"date-fns": "2.30.0",
"i18next": "21.10.0",
"i18next-http-backend": "1.4.5",
"jsonpointer": "5.0.1",
"lodash.debounce": "4.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-error-boundary": "3.1.4",
"react-router-dom": "5.2.1",
"react-viewport-utils": "2.0.2",
"react-virtualized": "9.22.5",
"short-uuid": "4.2.2",
"uniforms": "3.10.2",
"uniforms-bridge-json-schema": "3.10.2",
"uniforms-patternfly": "4.7.9",
"xstate": "4.37.2"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/eslint-parser": "7.21.3",
"@babel/preset-react": "7.22.3",
"@babel/preset-typescript": "7.21.5",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@redhat-cloud-services/frontend-components-config": "4.7.3",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@testing-library/cypress": "8.0.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@trivago/prettier-plugin-sort-imports": "2.0.4",
"@types/chai": "4.3.5",
"@types/jest": "27.5.2",
"@types/jsonpointer": "4.0.0",
"@types/lodash.debounce": "4.0.7",
"@types/react": "17.0.60",
"@types/react-dom": "17.0.20",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.22",
"@types/simpl-schema": "1.12.3",
"@types/testing-library__jest-dom": "5.14.6",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@xstate/inspect": "0.8.0",
"autoprefixer": "10.4.14",
"@babel/eslint-parser": "7.21.8",
"babel-loader": "8.3.0",
"bundle-loader": "0.5.6",
"chai": "4.3.7",
"chromatic": "6.18.0",
"copy-webpack-plugin": "9.1.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "3.4.1",
"cssnano": "5.1.15",
"cypress": "10.11.0",
"dotenv-webpack": "7.1.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest-dom": "3.9.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-testing-library": "4.12.4",
"eslint-plugin-xstate": "0.15.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "7.3.0",
"html-webpack-plugin": "5.5.1",
"husky": "7.0.4",
"i18next-parser": "5.4.0",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jest-mock-axios": "4.7.2",
"keycloak-js": "9.0.0",
"lint-staged": "11.2.6",
"mini-css-extract-plugin": "2.7.6",
"msw": "0.49.3",
"msw-storybook-addon": "1.8.0",
"null-loader": "4.0.1",
"postcss": "8.4.24",
"prando": "6.0.1",
"prettier": "2.8.8",
"raw-loader": "4.0.2",
"react-refresh": "0.14.0",
"react-refresh-typescript": "2.0.9",
"rimraf": "3.0.2",
"serve": "14.2.0",
"source-map-loader": "3.0.2",
"storybook-fixtures": "0.12.0",
"style-loader": "3.3.3",
"svg-url-loader": "7.1.1",
"ts-jest": "27.1.5",
"ts-loader": "9.4.3",
"tsconfig-paths-webpack-plugin": "3.5.2",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"webpack": "5.85.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.0"
},
"peerDependencies": {
"react-i18next": "^11.14.3"
},
"scripts": {
"build": "FEDERATE=1 webpack --mode production --config webpack.prod.js",
"test": "jest test/*.test.ts*",
"test:watch": "jest --watch test/*.test.ts*",
"start": "DEMO_APP=true webpack serve --https --host prod.foo.redhat.com --port 1337 --config webpack.dev.js",
"start:federate": "webpack serve --host localhost --port 9002 --config webpack.dev.js",
"start:e2e": "E2E_APP=true webpack --mode production --config webpack.prod.js && npm run serve",
"serve": "serve dist -s -p 3001",
"clean": "rimraf dist",
"lint": "eslint --ext .ts,.tsx,.js ./src ./test",
"lint:fix": "npm run lint --fix",
"format": "prettier --check 'src'",
"format:fix": "prettier --write --ignore-unknown 'src'",
"prepublish": "npm run build",
"cypress": "cypress run",
"cypress:open": "cypress open",
"changeset": "changeset",
"release": "changeset publish",
"version:canary": "changeset version --snapshot canary",
"release:canary": "changeset publish --tag canary",
"i18n": "i18next './src/**/*.{ts,tsx}' [-oc] -c './i18next-parser.config.js' -o './locales/$LOCALE/$NAMESPACE.json'",
"lint-staged": "npm run lint:fix && npm run format:fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
},
"lint-staged": {
"src/**/*.ts*": "npm run lint-staged"
},
"msw": {
"workerDirectory": "public"
}
}