adjust menu and add about page
This commit is contained in:
parent
e4b721115f
commit
9b2b852c40
4 changed files with 90 additions and 8 deletions
|
|
@ -34,17 +34,15 @@
|
|||
"start": "cross-env NODE_ENV=development webpack serve --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
|
||||
"build": "cross-env NODE_ENV=production webpack --config webpack.build.config.js --mode production",
|
||||
"package": "npm run build",
|
||||
"postpackage": "electron-packager ./ --out=./builds --overwrite --platform win32,linux --icon marvin.ico --extra-resource 'resources/files'"
|
||||
"postpackage": "electron-packager ./ --ignore 'resources/files' --out=./builds --asar --overwrite --platform win32,linux --icon marvin.ico --extra-resource 'resources/files'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.0",
|
||||
"@mui/icons-material": "^5.10.2",
|
||||
"@mui/material": "^5.10.2",
|
||||
"about-window": "^1.15.2",
|
||||
"docx-templates": "^4.9.2",
|
||||
"fast-xml-parser": "^4.0.9",
|
||||
"file-saver": "^2.0.5",
|
||||
"node-fetch": "^3.2.10",
|
||||
"postcss": "^8.4.16",
|
||||
"react": "^18.2.0",
|
||||
"react-async-devtools": "^10.0.1",
|
||||
|
|
@ -52,8 +50,6 @@
|
|||
"react-loader-spinner": "^5.3.3",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"replace-special-characters": "^1.2.6",
|
||||
"write-json-file": "^5.0.0",
|
||||
"xml-parse-from-string": "^1.0.1",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue