This commit is contained in:
6028570
2024-03-13 13:48:36 +01:00
parent 19a256a251
commit bf51b595b7
8 changed files with 979 additions and 3062 deletions

View File

@@ -3,21 +3,21 @@
"description": "",
"main": "app.js",
"scripts": {
"start": "npm-run-all --parallel start-electron start-flask",
"start-electron": "electron main.js",
"start": "npm-run-all --parallel start-flask start-electron",
"start-electron": "wait-on http://localhost:5000 && electron app.js",
"start-flask": "python app.py"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.3.13",
"npm-run-all": "^4.1.5"
"npm-run-all": "^4.1.5",
"wait-on": "^7.2.0"
},
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"elctron": "^0.0.1-security",
"express": "^4.18.3",
"flask": "^0.2.10",
"mysql2": "^3.9.1",
"python-shell": "^5.0.0"
}