Working ANTD5 and major updates without DayJS

This commit is contained in:
Patrick Fic
2024-04-18 09:29:00 -07:00
parent e1e29f8a4d
commit 79a0881f5a
45 changed files with 5519 additions and 13202 deletions

View File

@@ -7,8 +7,10 @@
"main": "electron/main.js",
"homepage": "./",
"dependencies": {
"@ant-design/pro-layout": "^7.19.0",
"@apollo/client": "^3.9.11",
"@sentry/electron": "^4.22.0",
"@vitejs/plugin-react": "^4.2.1",
"antd": "^5.16.2",
"apollo-link-logger": "^2.0.1",
"apollo-link-sentry": "^3.3.0",
@@ -16,7 +18,7 @@
"dbffile": "^1.9.3",
"dinero.js": "^1.9.1",
"electron-context-menu": "^3.6.1",
"electron-is-dev": "^3.0.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^5.1.2",
"electron-reload": "^2.0.0-alpha.1",
"electron-store": "^8.2.0",
@@ -33,7 +35,6 @@
"react-infinite-scroller": "^1.2.6",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"recharts": "^2.12.5",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
@@ -41,13 +42,12 @@
"redux-saga": "^1.3.0",
"reselect": "^5.1.0",
"sass": "^1.75.0",
"subscriptions-transport-ws": "^0.9.19"
"subscriptions-transport-ws": "^0.9.19",
"vite-plugin-ejs": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "vite",
"build": "vite build",
"dev": "concurrently -k \"npm start\" \"npm:electron\"",
"electron": "electron .",
"pack": "electron-builder --dir",
@@ -77,7 +77,12 @@
"electron": "^30.0.0",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"enzyme": "^3.11.0"
"vite": "^5.0.11",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-style-import": "^2.0.0"
},
"build": {
"extends": null,