{
  "name": "@near-wallet-selector/modal-ui",
  "version": "9.0.3",
  "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",
  "module": "./index.js",
  "main": "./index.cjs",
  "type": "module",
  "types": "./src/index.d.ts",
  "dependencies": {
    "@near-wallet-selector/core": "9.0.3",
    "copy-to-clipboard": "3.3.3",
    "qrcode": "1.5.4",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "peerDependencies": {}
}