gestuurdd

This commit is contained in:
mohammedcifci78
2024-03-12 11:03:45 +01:00
parent a73fa98a5c
commit 44750a12a2
11 changed files with 2263 additions and 397 deletions

View File

@@ -3,19 +3,22 @@
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron app.js"
"start": "npm-run-all --parallel start-electron start-flask",
"start-electron": "electron main.js",
"start-flask": "python app.py"
},
"author": "",
"license": "ISC",
"devDependencies": {
"electron": "^23.3.13"
"electron": "^23.3.13",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"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"
}
}
}