This commit is contained in:
2021-01-14 12:51:40 +01:00
parent d4caaae0f2
commit 9570bef24d
15 changed files with 142 additions and 633 deletions

View File

@ -4,8 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && cp ./src/electron-app.js ./dist",
"electron-start": "./node_modules/.bin/electron dist/electron-app.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
@ -17,10 +16,10 @@
"@angular/compiler": "~11.0.6",
"@angular/core": "~11.0.6",
"@angular/forms": "~11.0.6",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "~11.0.6",
"@angular/platform-browser-dynamic": "~11.0.6",
"@angular/router": "~11.0.6",
"mariadb": "^2.5.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
@ -32,7 +31,6 @@
"@types/jasmine": "~3.6.0",
"@types/node": "^12.19.13",
"codelyzer": "^6.0.0",
"electron": "^11.1.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",