forked from bitshares/beet
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed non-eos chains and code Removed non-privatekey account modes Update several packages Add eos/tlos/beos to config and blockchain factory
- Loading branch information
Showing
23 changed files
with
1,587 additions
and
7,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "beet", | ||
"productName": "Beet Blockchain Companion", | ||
"version": "0.17.0-rc1", | ||
"productName": "BeetEOS Blockchain Companion", | ||
"version": "0.0.1", | ||
"apiversion": 3, | ||
"description": "Beet is a stand-alone key-manager and signing app for blockchains like BitShares, Bitcoin and others.", | ||
"author": "clockworkgr <[email protected]>", | ||
"description": "BeetEOS is a stand-alone key-manager and signing app for EOS based blockchains.", | ||
"author": "BeetEOS team", | ||
"license": "MIT", | ||
"homepage": "https://github.com/bitshares/beet", | ||
"repository": "github:bitshares/beet", | ||
"homepage": "https://github.com/beetapp/beeteos", | ||
"repository": "github:beetapp/beeteos", | ||
"main": "app/background.js", | ||
"build": { | ||
"appId": "io.get-beet.beet", | ||
"productName": "Beet Blockchain Companion", | ||
"artifactName": "BeetSetup.${ext}", | ||
"productName": "BeetEOS Blockchain Companion", | ||
"artifactName": "BeetEOSSetup.${ext}", | ||
"files": [ | ||
"app/**/*", | ||
"node_modules/**/*", | ||
|
@@ -37,7 +37,6 @@ | |
} | ||
}, | ||
"scripts": { | ||
"postinstall": "electron-builder install-app-deps", | ||
"start": "node build/start.js", | ||
"compile": "webpack --config=build/webpack.app.config.js --env=production", | ||
"build": "webpack --config=build/webpack.app.config.js --env=production && electron-builder --publish never", | ||
|
@@ -52,54 +51,53 @@ | |
"@babel/runtime": "^7.19.0", | ||
"@noble/ed25519": "^1.6.1", | ||
"@noble/secp256k1": "^1.6.3", | ||
"balm-ui": "^10.9.3", | ||
"bitcoinjs-lib": "^6.0.1", | ||
"bitsharesjs": "https://github.com/bitshares/bitsharesjs#develop", | ||
"balm-ui": "^10.23.2", | ||
"crypto-js": "^4.1.1", | ||
"dexie": "^3.2.2", | ||
"dexie": "^3.2.4", | ||
"electron-devtools-installer": "^3.2.0", | ||
"linebyline": "^1.3.0", | ||
"eosjs": "^22.1.0", | ||
"eosjs-ecc": "^4.0.7", | ||
"lzma": "^2.3.2", | ||
"mitt": "^3.0.0", | ||
"mitt": "^3.0.1", | ||
"otpauth": "^8.0.1", | ||
"query-string": "^7.1.1", | ||
"simple-websocket": "^9.1.0", | ||
"socket.io": "^4.6.1", | ||
"socket.io": "^4.7.2", | ||
"typeface-rajdhani": "1.1.13", | ||
"typeface-roboto": "1.1.13", | ||
"uuid": "^8.3.2", | ||
"vue": "^3.2.37", | ||
"vue": "^3.3.5", | ||
"vue-i18n": "9", | ||
"vue-qrcode-reader": "^4.0.0", | ||
"vue-router": "^4.1.2", | ||
"vuex": "^4.0.2" | ||
"vue-router": "^4.2.5", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.9", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/core": "^7.23.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@soda/friendly-errors-webpack-plugin": "^1.8.1", | ||
"babel-loader": "^8.2.5", | ||
"css-loader": "^6.7.1", | ||
"css-loader": "^6.8.1", | ||
"electron": "^24.2.0", | ||
"electron-builder": "^23.1.0", | ||
"eslint": "^8.20.0", | ||
"eslint-plugin-vue": "^9.2.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"file-loader": "^6.2.0", | ||
"sass": "^1.53.0", | ||
"sass-loader": "^13.0.2", | ||
"sass": "^1.69.4", | ||
"sass-loader": "^13.3.2", | ||
"source-map-support": "^0.5.21", | ||
"style-loader": "^3.3.1", | ||
"style-loader": "^3.3.3", | ||
"vue-loader": "^17.0.0", | ||
"vue-template-compiler": "^2.7.7", | ||
"webpack": "^5.73.0", | ||
"vue-template-compiler": "^2.7.14", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-merge": "^5.8.0", | ||
"webpack-merge": "^5.10.0", | ||
"webpack-node-externals": "^3.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"bufferutil": "^4.0.6", | ||
"bufferutil": "^4.0.8", | ||
"utf-8-validate": "^5.0.9" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
117 changes: 0 additions & 117 deletions
117
src/components/blockchains/address/ImportAddressBased.vue
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.