UNPKG

@web3-onboard/core

Version:

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, mul

106 lines (105 loc) 3.08 kB
{ "name": "@web3-onboard/core", "version": "2.24.1", "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", "Solid.js", "Vue", "Next", "Nuxt", "MetaMask", "Coinbase", "WalletConnect", "Ledger", "Trezor", "Connect Wallet", "Ethereum Hooks", "Blocknative", "Mempool", "pending", "confirmed", "Injected Wallet", "Crypto", "Crypto Wallet", "onchain" ], "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": "^11.1.6", "@tsconfig/svelte": "^5.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.1.5", "@web3-onboard/wagmi": "2.0.0", "@web3-onboard/unstoppable-resolution": "^2.0.0", "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.14.0", "rollup-plugin-svelte": "^7.2.0", "svelte-check": "^3.7.1", "svelte-preprocess": "^5.1.4", "tslib": "^2.0.0", "typescript": "^5.4.5" }, "dependencies": { "@web3-onboard/common": "^2.4.1", "bnc-sdk": "^4.6.7", "bowser": "^2.11.0", "eventemitter3": "^4.0.7", "joi": "17.9.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": "^4.0.1", "viem": "2.12.0" }, "engines": { "node": ">=16.15.1" } }