Initial ethoFS Integration
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user