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
92 lines (91 loc) • 2.35 kB
JSON
{
"name": "@web3-onboard/transaction-preview",
"version": "2.0.2",
"description": "In app preview of Ethereum transactions",
"keywords": [
"Ethereum",
"Preview Transactions",
"Transaction Preview",
"Web3",
"EVM",
"dapp",
"Wallet",
"Transaction",
"Provider",
"Hardware Wallet",
"Notifications",
"React",
"Svelte",
"Vue",
"Next",
"Nuxt",
"MetaMask",
"Coinbase",
"WalletConnect",
"Ledger",
"Trezor",
"Connect Wallet",
"Blocknative",
"Mempool",
"pending",
"confirmed",
"Injected Wallet",
"Crypto",
"Crypto Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/blocknative/web3-onboard.git",
"directory": "packages/transaction-preview"
},
"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/**/*'"
},
"module": "dist/index.js",
"browser": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"devDependencies": {
"@rollup-extras/plugin-copy": "~1.2.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@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",
"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": {
"@web3-onboard/common": "^2.2.3",
"bnc-sdk": "^4.6.6",
"bowser": "^2.11.0",
"joi": "^17.6.1",
"rxjs": "^7.5.2",
"svelte": "^3.49.0",
"svelte-i18n": "^3.3.13"
}
}