{
  "name": "@funkit/connect",
  "version": "10.2.0",
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
  "files": [
    "dist",
    "styles.css",
    "wallets",
    "CHANGELOG.md"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./styles.css": "./dist/index.css",
    "./wallets": "./dist/wallets/walletConnectors/index.js",
    "./clients/*": "./dist/clients/*.js",
    "./clients/polymarket": "./dist/clients/polymarket/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "src/css/reset.css.ts"
  ],
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "ens",
    "ethereum",
    "react",
    "react-hook",
    "hooks",
    "blockchain",
    "funkit"
  ],
  "author": "https://fun.xyz/",
  "license": "MIT",
  "peerDependencies": {
    "@tanstack/react-query": ">=5.0.0",
    "react": ">=19",
    "react-dom": ">=19",
    "viem": ">=2.22.14",
    "wagmi": ">=2.0.0 <=3.6.1"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.1.2",
    "@statsig/statsig-node-core": "^0.11.1",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/addon-links": "^10.3.6",
    "@storybook/react-vite": "^10.3.6",
    "@testing-library/jest-dom": "^6.2.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.5.2",
    "@types/qrcode": "^1.5.5",
    "@types/ua-parser-js": "^0.7.39",
    "@vanilla-extract/css-utils": "^0.1.4",
    "@vanilla-extract/esbuild-plugin": "^2.3.16",
    "@vanilla-extract/private": "^1.0.7",
    "@vanilla-extract/vite-plugin": "^5.2.2",
    "@vitejs/plugin-react": "^6.0.2",
    "autoprefixer": "^10.4.27",
    "buffer": "^6.0.3",
    "esbuild-plugin-replace": "^1.4.0",
    "jsdom": "^26.1.0",
    "postcss": "^8.5.10",
    "postcss-prefix-selector": "^1.16.0",
    "process": "^0.11.10",
    "react": "^19.0.0",
    "storybook": "^10.3.6",
    "stream-browserify": "^3.0.0",
    "tsc-alias": "1.8.17",
    "util": "^0.12.5",
    "vite-plugin-node-polyfills": "^0.26.0",
    "vitest": "^4.1.6",
    "@vitest/coverage-v8": "^4.1.6",
    "@vitest/ui": "^4.1.6",
    "wagmi": "2.17.2"
  },
  "dependencies": {
    "@aave-dao/aave-address-book": "^4.49.9",
    "@aave/client": "^0.9.3",
    "@bluvo/react": "3.0.0-beta.1",
    "@bluvo/sdk-ts": "3.0.0-beta.1",
    "@datadog/browser-logs": "5.22.0",
    "@lifeomic/attempt": "3.1.0",
    "@number-flow/react": "^0.5.5",
    "@radix-ui/react-dropdown-menu": "^2.1.7",
    "@radix-ui/react-tooltip": "^1.2.0",
    "@solana/addresses": "^2.1.0",
    "@statsig/react-bindings": "3.25.4",
    "@vanilla-extract/css": "1.15.3",
    "@vanilla-extract/dynamic": "2.1.0",
    "@vanilla-extract/sprinkles": "1.6.1",
    "clsx": "2.1.1",
    "dnum": "2.17.0",
    "i18next": "25.6.2",
    "motion": "^12.0.11",
    "qrcode": "1.5.3",
    "react-i18next": "16.3.3",
    "react-remove-scroll": "2.5.7",
    "react-virtuoso": "4.10.1",
    "ua-parser-js": "^1.0.37",
    "use-debounce": "^10.0.5",
    "uuid": "^11.1.1",
    "@funkit/api-base": "6.0.0",
    "@funkit/chains": "2.1.3",
    "@funkit/connect-core": "1.7.1",
    "@funkit/fun-relay": "2.9.0",
    "@funkit/utils": "4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fun-xyz/funkit.git",
    "directory": "packages/connect"
  },
  "homepage": "https://github.com/fun-xyz/funkit/tree/main/packages/connect",
  "scripts": {
    "svgo": "svgo -rf .",
    "build": "node build.js && pnpm typecheck",
    "build:watch": "node build.js --watch",
    "dev": "pnpm build:watch & pnpm typegen:watch",
    "prebuild": "pnpm typegen",
    "typecheck": "pnpm tsc --noEmit",
    "typegen": "tsc --project tsconfig.build.json --emitDeclarationOnly && tsc-alias",
    "typegen:watch": "tsc --project tsconfig.build.json --emitDeclarationOnly --watch",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui --coverage --watch",
    "storybook": "storybook dev -p 6006",
    "storybook:fast": "NODE_OPTIONS='--max-old-space-size=4096' storybook dev -p 6006 --no-open",
    "storybook:clean": "rm -rf node_modules/.vite && npm run storybook",
    "build-storybook": "storybook build",
    "i18n:unused": "node scripts/find-unused-i18n-keys.mjs"
  }
}