UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

103 lines (102 loc) 3.06 kB
{ "name": "@web3-onboard/core", "version": "2.15.0", "description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", "Web3", "EVM", "dapp", "Multichain", "Wallet", "Transaction", "Provider", "Hardware Wallet", "Notifications", "React", "Svelte", "Vue", "Next", "Nuxt", "MetaMask", "Coinbase", "WalletConnect", "Ledger", "Trezor", "Connect Wallet", "Ethereum Hooks", "Blocknative", "Mempool", "pending", "confirmed", "Injected Wallet", "GameStop", "Crypto", "Crypto Wallet" ], "repository": { "type": "git", "url": "https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", "bugs": "https://github.com/blocknative/web3-onboard/issues", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "start": "sirv public --no-clear", "type-check": "svelte-check --tsconfig ./tsconfig.json", "lint": "eslint -c './.eslintrc.cjs' './src' && prettier --check './src/**/*'", "lint:fix": "eslint --fix -c './.eslintrc.cjs' './src' && prettier --write './src/**/*'" }, "typings": "dist/index.d.ts", "files": [ "dist" ], "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", "type": "module", "license": "MIT", "devDependencies": { "@rollup-extras/plugin-copy": "~1.2.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-typescript": "^8.0.0", "@tsconfig/svelte": "^2.0.0", "@types/lodash.merge": "^4.6.6", "@types/lodash.partition": "^4.6.6", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "@web3-onboard/gas": "^2.0.0", "@web3-onboard/transaction-preview": "^2.0.2", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-svelte3": "^3.2.1", "prettier": "^2.4.0", "prettier-plugin-svelte": "^2.4.0", "rollup": "^2.3.4", "rollup-plugin-svelte": "^7.0.0", "svelte-check": "^2.2.6", "svelte-preprocess": "^4.9.4", "tslib": "^2.0.0", "typescript": "^4.5.5" }, "dependencies": { "@unstoppabledomains/resolution": "^8.0", "@web3-onboard/common": "^2.2.3", "bignumber.js": "^9.0.0", "bnc-sdk": "^4.6.6", "bowser": "^2.11.0", "ethers": "5.5.3", "eventemitter3": "^4.0.7", "joi": "^17.6.1", "lodash.merge": "^4.6.2", "lodash.partition": "^4.6.0", "nanoid": "^4.0.0", "rxjs": "^7.5.5", "svelte": "^3.49.0", "svelte-i18n": "^3.3.13" } }