Additional package updates. Backup before electron-forge

This commit is contained in:
Patrick Fic
2020-10-13 10:12:16 -07:00
parent 83aa0a53b0
commit 845ed58617
2 changed files with 75 additions and 16376 deletions

16445
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,8 +26,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "concurrently -k \"npm start\" \"npm:electron\"",
"electron": "electron ."
"electron": "wait-on tcp:3000 && electron ."
},
"eslintConfig": {
"extends": "react-app"
@@ -49,6 +48,7 @@
"electron": "^10.1.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"redux-logger": "^3.0.6"
"redux-logger": "^3.0.6",
"wait-on": "^5.2.0"
}
}