UNPKG

@htsoft/aiza-wallet-connector

Version:
53 lines (52 loc) 1.36 kB
{ "name": "@htsoft/aiza-wallet-connector", "version": "1.0.1", "description": "Wallet connector lib", "main": "dist/index.js", "typings": "dist/index.d.ts", "source": "src/index.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/jack-ht/aiza-wallet-connector.git" }, "dependencies": { "@emotion/css": "^11.1.3", "@ethersproject/providers": "^5.4.3", "@ethersproject/units": "^5.4.0", "@reach/dialog": "^0.16.0", "@types/js-cookie": "^2.2.7", "@types/react": "^17.0.15", "@walletconnect/web3-provider": "^1.5.2", "@web3-react/core": "^6.1.9", "@web3-react/injected-connector": "^6.0.7", "@web3-react/walletconnect-connector": "^6.2.4", "babel-polyfill": "^6.26.0", "react": "^17.0.2", "react-device-detect": "^1.17.0" }, "devDependencies": { "prettier": "^2.3.2", "react-dom": "^17.0.2", "typescript": "^4.3.5" }, "keywords": [ "Wallet Connector", "Aiza Game", "ReactJS Wallet", "PlayToEarn", "NFT", "Market Place" ], "author": "Jack", "license": "ISC", "bugs": { "url": "https://github.com/jack-ht/aiza-wallet-connector/issues" }, "homepage": "https://www.npmjs.com/package/@htsoft/aiza-wallet-connector" }