{
  "name": "@leapwallet/embedded-wallet-sdk-react",
  "private": false,
  "type": "module",
  "version": "2.1.1",
  "license": "MIT",
  "description": "A react library for integrating metamask snaps on a cosmos dApp",
  "keywords": [
    "snaps",
    "cosmos",
    "metamask",
    "wallet"
  ],
  "scripts": {
    "dev": "vite",
    "prepare": "yarn build",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint --ext .tsx,.ts .",
    "format": "eslint --ext .tsx,.ts --fix .",
    "build:css": "postcss src/styles/index.css -o dist/index.css",
    "postbuild": "yarn build:css",
    "postinstall": "graz generate -g"
  },
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "types": "./dist/react/src/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./styles.css": {
      "import": "./dist/style.css",
      "default": "./dist/style.css"
    },
    "./tailwind-config": {
      "import": "./dist/tailwind.config.js",
      "require": "./dist/tailwind.config.js"
    }
  },
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "unpkg": "./dist/index.cjs.js",
  "types": "./dist/react/src/index.d.ts",
  "source": "./src/index.ts",
  "files": [
    "dist",
    "dist/index.css"
  ],
  "dependencies": {
    "@cosmjs/cosmwasm-stargate": "^0.32.4",
    "@cosmjs/launchpad": "^0.27.1",
    "@cosmjs/proto-signing": "^0.32.4",
    "@cosmjs/stargate": "^0.32.4",
    "@cosmjs/tendermint-rpc": "^0.32.4",
    "@keplr-wallet/types": "^0.12.119",
    "@leapwallet/cosmos-social-login-capsule-provider": "^0.0.38",
    "@leapwallet/embedded-wallet-sdk-core": "2.1.1",
    "@leapwallet/parser-parfait": "0.7.0",
    "@leapwallet/react-ui": "^1.10.2",
    "@phosphor-icons/react": "^2.1.7",
    "@tanstack/react-query": "^4.33.0",
    "autoprefixer": "^10.4.19",
    "bignumber.js": "9.1.1",
    "classnames": "^2.5.1",
    "framer-motion": "^11.2.14",
    "fuse.js": "6.6.2",
    "graz": "^0.1.19",
    "long": "^5.2.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-virtuoso": "^4.7.11",
    "swr": "2.2.1",
    "viem": "^2.21.45"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "18.2.7",
    "@typescript-eslint/eslint-plugin": "6.0.0",
    "@typescript-eslint/parser": "6.0.0",
    "@vitejs/plugin-react": "4.0.3",
    "autoprefixer": "^10.4.19",
    "eslint": "8.45.0",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-react-refresh": "0.4.3",
    "postcss": "^8.4.39",
    "postcss-cli": "^11.0.0",
    "tailwindcss": "^3.4.4",
    "typescript": "5.0.2",
    "vite": "4.4.5"
  },
  "homepage": "https://github.com/leapwallet/leap-snaps-kit/tree/main/packages/react",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leapwallet/leap-snaps-kit.git"
  },
  "bugs": {
    "url": "https://github.com/leapwallet/leap-snaps-kit/issues"
  }
}
