FIRST PROTO
This commit is contained in:
parent
7c2d0ae96c
commit
141fc8dd51
18 changed files with 366 additions and 208 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"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"
|
||||
"postpackage": "electron-packager ./ --out=./builds --overwrite"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.0",
|
||||
|
|
@ -49,7 +49,9 @@
|
|||
"react": "^18.2.0",
|
||||
"react-async-devtools": "^10.0.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"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"
|
||||
|
|
@ -58,6 +60,7 @@
|
|||
"@babel/core": "^7.18.10",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@electron-forge/plugin-webpack": "^6.0.0-beta.65",
|
||||
"babel-loader": "^8.2.5",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^6.7.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue