UNPKG

@meterio/web3-context

Version:

A React Context wrapper for Blocknative OnbardJS with a couple of utility functions

61 lines 1.58 kB
{ "name": "@meterio/web3-context", "version": "1.3.11", "description": "A React Context wrapper for Blocknative OnbardJS with a couple of utility functions", "author": "Michael Yankelev <michael@chainsafe.io>", "license": "GPL-3.0", "repository": "https://github.com/ChainSafe/web3-context.git", "main": "dist/index.js", "engines": { "node": ">=8", "yarn": ">=1" }, "scripts": { "build": "rollup -c", "start": "rollup -c -w", "prettier-format": "" }, "husky": { "hooks": { "pre-commit": "npm run prettier-format" } }, "dependencies": { "bignumber.js": "^9.0.1" }, "peerDependencies": { "bnc-onboard": ">= 1.11.0 < 2", "ethers": ">= 5.0.0 < 6", "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^8.4.0", "@types/react": "^16.3.13", "@types/react-dom": "^16.0.5", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "bnc-onboard": "^1.34.1", "ethers": "^5.4.0", "husky": "^4.2.5", "prettier": "2.0.5", "react": "^16.12.0", "react-dom": "^16.12.0", "rollup": "2.23.1", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-typescript2": "^0.25.3", "typescript": "^3.9.6" }, "files": [ "dist" ], "keywords": [ "react", "typescript", "ethers", "onboardjs" ] }