Merge branch 'release' into 'master'
Release See merge request !2
Showing
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
assets/img/iconTemplate.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
... | ... | @@ -110,14 +110,24 @@ |
"dependencies": { | ||
"@emotion/react": "^11.10.4", | ||
"@emotion/styled": "^11.10.4", | ||
"@mui/icons-material": "^5.10.14", | ||
"@mui/material": "^5.10.8", | ||
"axios": "^1.1.3", | ||
"electron-debug": "^3.2.0", | ||
"electron-localstorage": "^1.0.5", | ||
"electron-log": "^4.4.8", | ||
"electron-root-path": "^1.1.0", | ||
"electron-traywindow-positioner": "^1.1.1", | ||
"electron-updater": "^5.2.1", | ||
"express": "^4.18.2", | ||
"history": "^5.3.0", | ||
"qs": "^6.11.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.3.0" | ||
"react-redux": "^8.0.5", | ||
"react-router-dom": "^6.3.0", | ||
"redux": "^4.2.0", | ||
"tss-react": "^4.4.4" | ||
}, | ||
"devDependencies": { | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", | ||
... | ... | @@ -137,11 +147,12 @@ |
"chalk": "^4.1.2", | ||
"concurrently": "^7.3.0", | ||
"core-js": "^3.24.1", | ||
"moment": "^2.22.2", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^6.7.1", | ||
"css-minimizer-webpack-plugin": "^4.0.0", | ||
"detect-port": "^1.3.0", | ||
"electron": "^20.0.2", | ||
"electron": "20.0.2", | ||
"electron-builder": "^23.3.3", | ||
"electron-devtools-installer": "^3.2.0", | ||
"electron-notarize": "^1.2.1", | ||
... | ... | @@ -226,7 +237,7 @@ |
] | ||
}, | ||
"nsis": { | ||
"include": "build/installer.nsh", | ||
"include": "", | ||
"oneClick": false, | ||
"perMachine": true, | ||
"allowElevation": true, | ||
... | ... |
src/commons/axios/Axios.js
0 → 100644
src/commons/axios/header.js
0 → 100644
src/commons/public/index.tsx
0 → 100644
src/commons/reduxs/store.js
0 → 100644
src/commons/routes/index.jsx
0 → 100644
src/commons/utils/test.js
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/renderer/App.jsx
0 → 100644
src/renderer/App.tsx
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment