Input Velden Electron

This commit is contained in:
Atilla
2024-02-16 17:19:52 +01:00
23 changed files with 1957 additions and 269 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "goodgarden",
"description": "",
"main": "main.js",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron main.js"
"start": "electron app.js"
},
"author": "",
"license": "ISC",
@@ -12,6 +12,10 @@
"electron": "^23.3.13"
},
"dependencies": {
"elctron": "^0.0.1-security"
"body-parser": "^1.20.2",
"elctron": "^0.0.1-security",
"express": "^4.18.2",
"mysql2": "^3.9.1",
"python-shell": "^5.0.0"
}
}