cockpit: add webpack config and support for Cockpit

Configured Webpack and setup of cockpit to support
building and running image builder as a cockpit plugin
(On-premise)
This commit is contained in:
Michal Gold 2024-10-15 10:55:46 +03:00 committed by Lucas Garfield
parent 1ab31abc4a
commit 82f3f38e56
6 changed files with 2023 additions and 124 deletions

View file

@ -27,6 +27,10 @@
"redux-promise-middleware": "6.2.0"
},
"devDependencies": {
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@patternfly/react-icons": "5.4.0",
"@redhat-cloud-services/eslint-config-redhat-cloud-services": "2.0.4",
"@redhat-cloud-services/frontend-components-config": "6.3.1",
@ -44,6 +48,7 @@
"@typescript-eslint/parser": "8.8.1",
"@vitejs/plugin-react": "4.3.2",
"@vitest/coverage-v8": "2.0.5",
"babel-loader": "9.2.1",
"chart.js": "4.4.4",
"chartjs-adapter-moment": "1.0.1",
"chartjs-plugin-annotation": "3.1.0",
@ -62,6 +67,7 @@
"identity-obj-proxy": "3.0.0",
"jsdom": "25.0.1",
"madge": "8.0.0",
"mini-css-extract-plugin": "2.9.1",
"moment": "2.30.1",
"msw": "2.4.9",
"npm-run-all": "4.1.5",