#41: Just white background nothing else
This commit is contained in:
27
package.json
27
package.json
@@ -1,37 +1,38 @@
|
||||
{
|
||||
"name": "repertory-ui",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"private": true,
|
||||
"author": "scott.e.graves@protonmail.com",
|
||||
"description": "GUI for Repertory - Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.22",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.10.2",
|
||||
"@fortawesome/react-fontawesome": "^0.1.4",
|
||||
"auto-launch": "^5.0.5",
|
||||
"axios": "^0.18.1",
|
||||
"electron-debug": "^2.2.0",
|
||||
"devtron": "^1.4.0",
|
||||
"electron-debug": "^3.0.1",
|
||||
"font-awesome": "^4.7.0",
|
||||
"node-schedule": "^1.3.2",
|
||||
"randomstring": "^1.1.5",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-loader-spinner": "^2.3.0",
|
||||
"react": "^16.10.2",
|
||||
"react-dom": "^16.10.2",
|
||||
"react-loader-spinner": "^3.1.4",
|
||||
"react-redux": "^7.1.1",
|
||||
"react-scripts": "2.1.8",
|
||||
"react-tooltip": "^3.10.0",
|
||||
"react-tooltip": "^3.11.1",
|
||||
"redux": "^4.0.4",
|
||||
"redux-starter-kit": "^0.5.1",
|
||||
"redux-starter-kit": "^0.9.1",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"unzipper": "^0.9.15",
|
||||
"unzipper": "^0.10.5",
|
||||
"winreg": "^1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.2.0",
|
||||
"electron": "^4.2.9",
|
||||
"electron-builder": "^20.44.4",
|
||||
"cross-env": "^6.0.3",
|
||||
"electron": "^6.0.12",
|
||||
"electron-builder": "^21.2.0",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"typescript": "^3.5.3",
|
||||
"typescript": "^3.6.4",
|
||||
"webpack-browser-plugin": "^1.0.20"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user