Initial ethoFS Integration

This commit is contained in:
Dev-JamesR
2019-10-12 14:06:47 -07:00
parent 64bf254156
commit 80f5731912
3392 changed files with 665132 additions and 19 deletions

View File

@@ -8,7 +8,8 @@
"pack-win": "build --windows --dir",
"dist-win": "build --platform=win --arch=x64",
"dist-linux": "build --platform=linux --arch=x64",
"dist-osx": "build --platform=mac --arch=x64"
"dist-osx": "build --platform=mac --arch=x64",
"bundle": "browserify assets/dashboard/js/app.js > assets/dashboard/js/bundle.js"
},
"build": {
"appId": "Ether1DesktopWallet",
@@ -69,6 +70,14 @@
"electron-builder": "^20.38.3",
"js-beautify": "^1.9.0",
"unibeautify": "^0.17.0",
"unibeautify-cli": "^0.2.1"
"unibeautify-cli": "^0.2.1",
"browserify": "^16.5.0",
"ethereum-private-key-to-address": "0.0.2",
"ethereumjs-common": "^1.3.2",
"ipfs": "^0.38.0",
"libp2p-pnet": "^0.1.0",
"node-fetch": "^2.6.0",
"pull-file-reader": "^1.0.2",
"web3": "^1.2.1"
}
}
}