mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 03:25:09 +00:00
Make filesystem operations more robust
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
"start": "concurrently \"npm run start:angular\" \"npm run start:electron\" -n angular,electron -c red,yellow",
|
||||
"start:angular": "ng serve",
|
||||
"start:electron": "nodemon --exec \"tsc -p src-electron/tsconfig.electron.json && node src-electron/rename-to-mjs.js && electron ./dist/electron/src-electron/main.js --dev\" --watch src-electron/ -e ts",
|
||||
"clean": "rimraf dist release",
|
||||
"build:windows": "ng build -c production && tsc -p src-electron/tsconfig.electron.json && electron-builder build --windows",
|
||||
"build:mac": "ng build -c production && tsc -p src-electron/tsconfig.electron.json && electron-builder build --mac",
|
||||
"build:linux": "ng build -c production && tsc -p src-electron/tsconfig.electron.json && electron-builder build --linux",
|
||||
@@ -40,16 +39,13 @@
|
||||
"electron-unhandled": "^5.0.0",
|
||||
"electron-updater": "^6.2.1",
|
||||
"electron-window-state": "^5.0.3",
|
||||
"fs-extra": "^11.2.0",
|
||||
"lodash": "^4.17.21",
|
||||
"mkdirp": "^3.0.1",
|
||||
"mv": "^2.1.1",
|
||||
"parse-sng": "^4.0.1",
|
||||
"rimraf": "^6.0.0",
|
||||
"rxjs": "~7.8.1",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"scan-chart": "^3.4.1",
|
||||
"tslib": "^2.6.3",
|
||||
"undici": "^6.3.0",
|
||||
"zod": "^3.23.8",
|
||||
"zone.js": "~0.14.2"
|
||||
},
|
||||
@@ -63,8 +59,8 @@
|
||||
"@angular/cli": "^18.0.7",
|
||||
"@angular/compiler-cli": "^18.0.6",
|
||||
"@angular/language-service": "^18.0.6",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/lodash": "^4.17.6",
|
||||
"@types/mv": "^2.1.0",
|
||||
"@types/node": "^18.16.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
||||
"@typescript-eslint/parser": "^7.16.0",
|
||||
|
||||
Reference in New Issue
Block a user