{
  "name": "@bandit-network/sdk-react",
  "version": "1.4.0",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "package.json",
    "CHANGELOG.md",
    "README.md"
  ],
  "exports": {
    ".": {
      "require": "./dist/src/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.js"
    }
  },
  "dependencies": {
    "@chakra-ui/anatomy": "^2.2.1",
    "@chakra-ui/hooks": "^2.1.6",
    "@chakra-ui/icons": "^2.0.17",
    "@chakra-ui/image": "^2.1.0",
    "@chakra-ui/layout": "^2.3.1",
    "@chakra-ui/modal": "^2.2.9",
    "@chakra-ui/provider": "^2.4.1",
    "@chakra-ui/react": "^2.6.1",
    "@chakra-ui/stepper": "^2.2.0",
    "@chakra-ui/styled-system": "^2.9.1",
    "@chakra-ui/toast": "^7.0.1",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@ensdomains/eth-ens-namehash": "^2.0.15",
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/address": "^5.7.0",
    "@ethersproject/bytes": "^5.7.0",
    "@ethersproject/constants": "^5.7.0",
    "@ethersproject/contracts": "^5.7.0",
    "@ethersproject/providers": "^5.7.2",
    "@ethersproject/strings": "^5.7.0",
    "@ethersproject/units": "^5.7.0",
    "@fontsource/dm-sans": "5.0.11",
    "@fontsource/poppins": "^4.5.10",
    "@hookform/resolvers": "^3.0.0",
    "@mayanfinance/swap-sdk": "^4.2.2",
    "@metaplex-foundation/js": "^0.17.12",
    "@metaplex-foundation/mpl-candy-machine": "^6.0.0-alpha.18",
    "@metaplex-foundation/mpl-token-metadata": "^3.0.0-alpha.24",
    "@metaplex-foundation/mpl-toolbox": "^0.8.0",
    "@metaplex-foundation/umi": "^0.8.9",
    "@metaplex-foundation/umi-bundle-defaults": "^0.8.9",
    "@metaplex-foundation/umi-signer-wallet-adapters": "^0.8.9",
    "@metaplex-foundation/umi-web3js-adapters": "^0.8.9",
    "@reduxjs/toolkit": "^1.9.3",
    "@solana-mobile/wallet-adapter-mobile": "^0.9.9",
    "@solana/spl-token": "^0.3.7",
    "@solana/wallet-adapter-base": "^0.9.22",
    "@solana/wallet-adapter-brave": "^0.1.17",
    "@solana/wallet-adapter-phantom": "^0.9.23",
    "@solana/wallet-adapter-react": "^0.15.33",
    "@solana/wallet-adapter-react-ui": "^0.9.34",
    "@solana/web3.js": "^1.78.0",
    "@stacks/connect": "^7.3.1",
    "@stacks/connect-react": "^22.1.1",
    "@stacks/network": "^6.5.4",
    "@stacks/transactions": "^6.5.4",
    "@walletconnect/ethereum-provider": "^2.9.0",
    "@web3-react/core": "^8.2.0",
    "@web3-react/metamask": "^8.2.1",
    "@web3-react/network": "^8.2.0",
    "@web3-react/types": "^8.2.0",
    "@web3-react/walletconnect-v2": "^8.3.7",
    "axios": "^1.3.4",
    "bignumber.js": "^9.1.1",
    "bs58": "^5.0.0",
    "dayjs": "^1.11.7",
    "framer-motion": "^10.11.2",
    "html-to-react": "^1.5.0",
    "ics": "^3.1.0",
    "iframe-resizer-react": "^1.1.0",
    "posthog-js": "^1.87.2",
    "qrcode": "^1.5.3",
    "react": "18.2.0",
    "react-countdown": "^2.3.5",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.43.7",
    "react-icons": "^4.8.0",
    "react-jazzicon": "^1.0.4",
    "react-read-more-less": "^0.1.6",
    "react-redux": "^8.0.5",
    "react-shadow": "^20.3.0",
    "redux": "^4.2.1",
    "tweetnacl-util": "^0.15.1",
    "ua-parser-js": "^1.0.34",
    "yup": "^1.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "DEV=true tsup --watch",
    "build": "tsup"
  }
}