fix(ui): fix blank screen on app start #147

This commit is contained in:
Alexey Kasyanchuk
2021-07-12 14:20:28 +03:00
parent bceb070b74
commit 45bf73d012
3 changed files with 106 additions and 6800 deletions

View File

@ -110,6 +110,7 @@
"bitfield": "^3.0.0",
"cheerio": "^1.0.0-rc.10",
"compare-versions": "^3.6.0",
"create-torrent": "3.33.0",
"debug": "^4.3.1",
"detect-onebyte-encoding": "^1.0.3",
"electron-context-menu": "^3.1.1",
@ -136,11 +137,10 @@
"react-dom": "17.0.2",
"react-input-range": "^1.3.0",
"react-markdown": "^6.0.2",
"react-plotly.js": "^2.5.1",
"react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0",
"webtorrent": "github:DEgITx/webtorrent",
"create-torrent": "3.33.0"
"webtorrent": "github:DEgITx/webtorrent"
},
"devDependencies": {
"@babel/core": "^7.14.3",