@authereum/bnc-onboard
Version:
Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.
79 lines (78 loc) • 2.5 kB
JSON
{
"name": "@authereum/bnc-onboard",
"version": "1.17.1-beta.0",
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
"keywords": [
"ethereum",
"web3",
"blocknative",
"wallet"
],
"main": "dist/cjs/onboard.js",
"module": "dist/esm/onboard.js",
"typings": "dist/src/onboard.d.ts",
"files": [
"dist"
],
"author": "Aaron Barnard <aaron@blocknative.com>",
"repository": {
"type": "git",
"url": "https://github.com/blocknative/onboard"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@pyoner/svelte-ts-preprocess": "^1.2.1",
"@rollup/plugin-image": "^2.0.4",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^7.1.1",
"@types/node": "^13.5.1",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"babel-plugin-external-helpers": "^6.18.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"rollup": "^1.27.5",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-typescript2": "0.21.0",
"svelte": "^3.12.1",
"svelte-i18n": "^1.1.2-beta",
"typescript": "^3.6.4"
},
"dependencies": {
"@authereum/starkware-provider": "1.7.0-beta.8",
"@authereum/starkware-wallet": "1.3.0-beta.2",
"@ledgerhq/hw-app-eth": "^5.21.0",
"@ledgerhq/hw-transport-u2f": "^5.21.0",
"@portis/web3": "^2.0.0-beta.57",
"@toruslabs/torus-embed": "^1.9.2",
"@unilogin/provider": "^0.6.1",
"@walletconnect/web3-provider": "^1.3.1",
"authereum": "^0.1.12",
"bignumber.js": "^9.0.0",
"bnc-sdk": "^2.1.4",
"bowser": "^2.10.0",
"eth-lattice-keyring": "^0.2.4",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.3",
"ethers": "5.0.24",
"fortmatic": "^2.2.1",
"hdkey": "^2.0.1",
"regenerator-runtime": "^0.13.7",
"squarelink": "^1.1.4",
"trezor-connect": "^8.1.9",
"walletlink": "^2.0.2",
"web3-provider-engine": "^15.0.4"
},
"scripts": {
"build": "rimraf dist && rollup -c && babel dist/cjs --out-dir dist/cjs && babel dist/esm --out-dir dist/esm",
"test": "echo \"TBD\" && exit 0",
"prepare": "npm run build",
"publish:next": "npm publish --tag next --access public"
}
}