This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
137 lines (137 loc) · 4.96 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": "kas-ui",
"federatedModuleName": "kas",
"version": "0.0.2",
"description": "The Control Plane UI for Red Hat Kafka Instances for Apache Kafka",
"main": "server.js",
"port": "1337",
"repository": "https://github.com/bf2fc6cc711aee1a0c2a/mk-ui-frontend.git",
"homepage": "https://cloud.redhat.com/application-services/openshift-streams",
"license": "Apache-2.0",
"private": true,
"scripts": {
"prebuild": "npm run clean",
"dr:surge": "node dr-surge.js",
"build": "webpack --config webpack.prod.js && npm run dr:surge",
"start": "node server.js",
"mock": "asapi",
"start:dev": "webpack serve --https --hot --color --progress --config webpack.dev.js",
"start:federate": "HOST=0.0.0.0 PORT=9000 PROTOCOL=http webpack serve --hot --color --progress --open=false --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",
"bundle-profile:build": "webpack --config webpack.prod.js --profile --json > dist/stats.json",
"bundle-profile:analyze": "npm run bundle-profile:build && webpack-bundle-analyzer ./dist/stats.json",
"clean": "rimraf dist",
"prepare": "is-ci || husky install",
"format": "prettier --write src",
"lint:errors": "eslint --ext .tsx,.js,.ts src",
"lint:style": "prettier --check src",
"lint": "npm-run-all lint:*"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@patternfly/patternfly": "4.224.2",
"@patternfly/quickstarts": "2.4.0",
"@patternfly/react-charts": "6.94.19",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-table": "4.113.0",
"@redhat-cloud-services/frontend-components": "3.9.29",
"@redhat-cloud-services/frontend-components-config": "4.6.40",
"@redhat-cloud-services/frontend-components-notifications": "3.2.12",
"@redhat-cloud-services/frontend-components-utilities": "3.3.12",
"@rhoas/api-mock": "1.0.2",
"@rhoas/app-services-ui-components": "2.31.0",
"@rhoas/app-services-ui-shared": "0.16.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/react": "17.0.58",
"@types/react-dom": "17.0.20",
"@types/react-router-dom": "5.3.3",
"@types/victory": "33.1.5",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "4.2.2",
"date-fns": "2.30.0",
"dotenv-webpack": "8.0.1",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.13.3",
"eslint-plugin-deprecation": "1.4.1",
"eslint-plugin-i18next": "6.0.1",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"express": "4.18.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.1",
"husky": "8.0.3",
"i18next": "22.4.15",
"is-ci": "3.0.1",
"jest": "27.5.1",
"keycloak-js": "9.0.3",
"lint-staged": "13.2.2",
"lodash.merge": "4.6.2",
"mini-css-extract-plugin": "2.7.5",
"npm-run-all": "4.1.5",
"null-loader": "4.0.1",
"prettier": "2.8.8",
"react": "17.0.2",
"react-axe": "3.5.4",
"react-dom": "17.0.2",
"react-i18next": "11.18.6",
"react-router-dom": "5.2.1",
"regenerator-runtime": "0.13.11",
"rimraf": "4.4.1",
"style-loader": "3.3.2",
"svg-url-loader": "8.0.0",
"terser-webpack-plugin": "5.3.7",
"ts-jest": "27.1.5",
"ts-loader": "9.4.2",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tslib": "2.5.0",
"type-fest": "3.10.0",
"typescript": "4.9.5",
"url-loader": "4.1.1",
"webpack": "5.82.0",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"webpack-merge": "5.8.0"
},
"dependencies": {
"@rhoas/account-management-sdk": "1.0.2",
"@rhoas/kafka-management-sdk": "1.0.2",
"axios-simple-cache-adapter": "1.2.1",
"@rhoas/service-accounts-sdk": "1.0.2",
"tslib": "2.5.0"
},
"peerDependencies": {
"@patternfly/patternfly": "4.224.2",
"@patternfly/quickstarts": "2.4.0",
"@patternfly/react-core": "4.276.8",
"@patternfly/react-icons": "4.93.6",
"@patternfly/react-table": "4.113.0",
"@redhat-cloud-services/frontend-components": "3.9.29",
"@redhat-cloud-services/frontend-components-notifications": "3.2.12",
"@redhat-cloud-services/frontend-components-utilities": "3.3.12",
"@rhoas/app-services-ui-components": "2.31.0",
"@rhoas/app-services-ui-shared": "0.16.6",
"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"
},
"msw": {
"workerDirectory": "msw-support"
}
}