UNPKG

@near-wallet-selector/modal-ui

Version:
38 lines (37 loc) 913 B
{ "name": "@near-wallet-selector/modal-ui", "version": "9.3.0", "description": "Modal UI package for NEAR wallet Selector", "keywords": [ "near", "blockchain", "wallets", "dapps", "near-protocol", "near-blockchain", "wallet selector" ], "repository": { "type": "git", "url": "https://github.com/near/wallet-selector.git" }, "bugs": { "url": "https://github.com/near/wallet-selector/issues" }, "homepage": "https://github.com/near/wallet-selector/tree/main/packages/modal-ui", "publishConfig": { "directory": "../../dist/packages/modal-ui" }, "module": "./index.js", "main": "./index.cjs", "type": "module", "types": "./src/index.d.ts", "dependencies": { "@near-wallet-selector/core": "9.3.0", "copy-to-clipboard": "3.3.3", "qrcode": "1.5.4", "react": "18.3.1", "react-dom": "18.3.1" }, "peerDependencies": {} }