Skip to content

Commit bc9e015

Browse files
author
Flatlogic Bot
committed
chore: finish vite migration and remove legacy router/redux stack
1 parent 4c80db4 commit bc9e015

44 files changed

Lines changed: 9455 additions & 26141 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 8471 additions & 18897 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"file-loader": "^3.0.1",
3939
"font-awesome": "^4.7.0",
4040
"formik": "^2.4.5",
41-
"history": "^4.10.1",
4241
"https-browserify": "^1.0.0",
4342
"line-awesome": "^1.3.0",
4443
"lodash": "^4.17.21",
@@ -50,13 +49,10 @@
5049
"react": "^19.2.4",
5150
"react-apexcharts": "^2.0.1",
5251
"react-dom": "^19.2.4",
53-
"react-redux": "^9.2.0",
54-
"react-router-dom": "^5.3.4",
52+
"react-router-dom": "^6.30.3",
5553
"react-sortablejs": "^1.5.1",
5654
"react-syntax-highlighter": "^11.0.3",
5755
"recharts": "^3.7.0",
58-
"redux": "^5.0.1",
59-
"redux-thunk": "^3.1.0",
6056
"sortablejs": "^1.15.1",
6157
"stream-browserify": "^3.0.0",
6258
"stream-http": "^3.2.0",
@@ -92,6 +88,7 @@
9288
"@types/react-dom": "^19.2.3",
9389
"@types/sortablejs": "^1.15.7",
9490
"@vitejs/plugin-react": "^4.3.3",
91+
"baseline-browser-mapping": "^2.10.0",
9592
"eslint-config-react-app": "^7.0.1",
9693
"sass": "^1.81.0",
9794
"vite": "^5.4.10"

postcss.config.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
plugins: {},
3+
};

src/actions/auth.js

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)