Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jul 16, 2024
1 parent e9cd232 commit 98000d3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
42 changes: 16 additions & 26 deletions micro-ui/web/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build:dev": "webpack --config webpack.dev.js",
"build:dev":"webpack --config webpack.dev.js",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
Expand All @@ -19,46 +19,36 @@
"@babel/core": "7.12.10",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.12.10",
"autoprefixer": "^10.4.13",
"babel-loader": "8.2.2",
"babel-plugin-react-html-attrs": "^3.0.5",


"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"react-query-devtools": "^2.6.3",
"regex-escape": "^3.4.10",


"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"webpack-merge": "5.7.3"
},
"dependencies": {
"@digit-ui/digit-ui-components": "1.0.3",
"@digit-ui/digit-ui-libraries-mfe": "1.0.17",
"@digit-ui/digit-ui-components": "1.0.3",
"@digit-ui/digit-ui-react-components": "1.0.1",

"@rjsf/core": "5.10.0",
"@rjsf/utils": "5.10.0",
"@rjsf/validator-ajv8": "5.10.0",

"i18next": "19.9.2",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"i18next-react-postprocessor": "3.0.7",
"lodash.merge": "^4.6.2",
"pdfmake": "0.1.72",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.16.2",
"react-query": "3.6.1",
"react-redux": "7.2.8",
"react-router-dom": "5.3.0",
"single-spa-react": "^4.6.1",
"react-tooltip": "^5.21.1",
"redux": "4.1.2",
"redux-thunk": "^2.4.2",
"rxjs": "6.6.3",
"single-spa": "^5.9.3",
"single-spa-react": "^4.6.1"
"i18next": "19.9.2",
"i18next-react-postprocessor": "3.0.7",
"pdfmake": "0.1.72",
"react": "17.0.2",
"react-i18next": "11.16.2",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1"
}
}
}
8 changes: 4 additions & 4 deletions micro-ui/web/packages/ui/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ module.exports = () => {
},
plugins: [
new ModuleFederationPlugin({
name: "ui",
name: "core",
remotes: {
hrms: "hrms@https://localhost:8085/remoteEntry.js",
// hrms: "hrms@https://localhost:8085/remoteEntry.js",
// workbench: "workbench@https://localhost:8086/remoteEntry.js",
// // common:"common@https://localhost:8090/remoteEntry.js",
// pgr:"pgr@https://localhost:8087/remoteEntry.js",
// // dss: "dss@https://localhost:8088/remoteEntry.js",
// dss: "dss@https://localhost:8088/remoteEntry.js",
// engagement: "engagement@https://localhost:8091/remoteEntry.js",
// microplan:"microplan@https://localhost:8099/remoteEntry.js",
microplan:"microplan@https://localhost:8099/remoteEntry.js",
// tqm: "tqm@https://localhost:8089/remoteEntry.js",
// app1: "app1@https://localhost:8001/remoteEntry.js",
// campaign:"campaign@https://localhost:8005/remoteEntry.js"
campaign:"campaign@https://localhost:8005/remoteEntry.js"

},
shared: {
Expand Down

0 comments on commit 98000d3

Please sign in to comment.