This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
137 lines (137 loc) · 4.79 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
{
"name": "application-services-ui",
"federatedModuleName": "applicationServices",
"crc": {
"bundle": "application-services"
},
"version": "0.0.2",
"description": "The Host App Red Hat OpenShift Streams for Apache Kafka",
"main": "server.js",
"port": "1337",
"repository": "https://github.com/bf2fc6cc711aee1a0c2a/mk-ui-frontend.git",
"license": "MIT",
"private": true,
"scripts": {
"prebuild": "npm run clean",
"dr:surge": "node dr-surge.js",
"build": "webpack --config webpack.prod.js && npm run dr:surge",
"start:dev": "webpack serve --https --hot --color --progress --config webpack.dev.js",
"test": "jest --runInBand",
"test:watch": "npm run test -- --watch",
"ci-checks": "npm run type-check && npm run lint && npm run test",
"build:bundle-profile": "webpack --config webpack.prod.js --profile --json > stats.json",
"bundle-profile:analyze": "npm run build:bundle-profile && webpack-bundle-analyzer ./stats.json",
"clean": "rimraf dist",
"format": "prettier --write src",
"lint:errors": "eslint --ext .tsx,.js,.ts src",
"lint:style": "prettier --check src",
"lint": "npm-run-all lint:*",
"prepare": "husky install"
},
"dependencies": {
"@patternfly/react-charts": "6.94.19",
"@redhat-cloud-services/rbac-client": "1.2.5",
"@rhoas/account-management-sdk": "1.0.3",
"@rhoas/app-services-ui-components": "2.31.0",
"@rhoas/app-services-ui-shared": "0.16.6",
"@rhoas/kafka-instance-sdk": "1.0.3",
"@rhoas/kafka-management-sdk": "1.0.2",
"@rhoas/registry-management-sdk": "1.0.2",
"classnames": "2.3.2",
"js-base64": "3.7.5",
"js-cookie": "3.0.5",
"jwt-decode": "3.1.2",
"query-string": "7.1.3",
"react-error-boundary": "4.0.10",
"react-redux": "8.1.1",
"redux": "4.2.1",
"redux-logger": "3.0.6"
},
"devDependencies": {
"@patternfly/patternfly": "5.0.2",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-table": "4.113.0",
"@redhat-cloud-services/frontend-components": "3.11.2",
"@redhat-cloud-services/frontend-components-config-utilities": "1.5.31",
"@redhat-cloud-services/frontend-components-notifications": "3.2.14",
"@redhat-cloud-services/frontend-components-utilities": "3.7.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@types/jest": "29.5.2",
"@types/js-cookie": "3.0.3",
"@types/react-dom": "18.2.6",
"@types/react-router-dom": "5.3.3",
"@types/redux-logger": "3.0.9",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@xstate/inspect": "0.8.0",
"axios": "1.4.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"date-fns": "2.30.0",
"dotenv-webpack": "8.0.1",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-deprecation": "1.4.1",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"html-replace-webpack-plugin": "2.6.0",
"html-webpack-plugin": "5.5.3",
"https-proxy-agent": "5.0.1",
"husky": "8.0.3",
"i18next": "23.2.5",
"jest": "29.5.0",
"jws": "4.0.0",
"lint-staged": "13.2.3",
"lodash.merge": "4.6.2",
"mini-css-extract-plugin": "2.7.6",
"npm-run-all": "4.1.5",
"null-loader": "4.0.1",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.18.6",
"react-router-dom": "5.2.1",
"redux-promise-middleware": "6.1.3",
"regenerator-runtime": "0.13.11",
"rimraf": "5.0.1",
"terser-webpack-plugin": "5.3.9",
"ts-jest": "29.1.0",
"ts-loader": "9.4.4",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tslib": "2.6.0",
"typescript": "5.1.6",
"url": "0.11.1",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.9.0"
},
"peerDependencies": {
"@patternfly/patternfly": "5.0.2",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-table": "4.113.0",
"@redhat-cloud-services/frontend-components": "3.11.2",
"@redhat-cloud-services/frontend-components-notifications": "3.2.14",
"@redhat-cloud-services/frontend-components-utilities": "3.7.4",
"axios": "1.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.1",
"redux-promise-middleware": "6.1.3"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{ts,tsx,css}": "prettier --write",
"*.js": "eslint --cache --fix",
"*.src": "prettier --write"
}
}