Fixed redirect issue

This commit is contained in:
2022-11-29 04:53:29 +00:00
parent 45cf281c91
commit 5cf4b66894
5 changed files with 188 additions and 208 deletions
+7 -7
View File
@@ -27,28 +27,28 @@
},
"homepage": "https://github.com/KRGameStudios/MERN-template#readme",
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"concurrently": "^7.5.0",
"css-loader": "^6.7.1",
"concurrently": "^7.6.0",
"css-loader": "^6.7.2",
"dateformat": "^5.0.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.0",
"jwt-decode": "^3.1.2",
"mariadb": "^3.0.2",
"query-string": "^7.1.1",
"query-string": "^4.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.4.3",
"react-select": "^5.6.0",
"sequelize": "^6.25.5",
"socket.io-client": "^4.5.3",
"react-select": "^5.6.1",
"sequelize": "^6.25.8",
"socket.io-client": "^4.5.4",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",