UNPKG

@rainbow-me/rainbowkit

Version:
82 lines 2.12 kB
{ "name": "@rainbow-me/rainbowkit", "version": "2.2.11", "description": "The best way to connect a wallet", "files": [ "dist", "styles.css", "wallets", "components" ], "type": "module", "exports": { ".": "./dist/index.js", "./styles.css": "./dist/index.css", "./wallets": "./dist/wallets/walletConnectors/index.js", "./components": "./dist/components/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": [ "src/css/reset.css.ts" ], "engines": { "node": ">=12.4" }, "keywords": [ "ens", "ethereum", "react", "react-hook", "hooks", "blockchain" ], "author": "Rainbow", "license": "MIT", "peerDependencies": { "@tanstack/react-query": ">=5.0.0", "react": ">=18", "react-dom": ">=18", "viem": "2.x", "wagmi": "^2.9.0" }, "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@vanilla-extract/css-utils": "0.1.6", "@vanilla-extract/private": "1.0.9", "autoprefixer": "^10.5.0", "dotenv": "17.4.2", "jsdom": "^29.1.1", "msw": "^2.14.3", "nock": "^14.0.14", "postcss": "^8.5.14", "react": "^19.2.5", "vitest": "4.1.5" }, "dependencies": { "@vanilla-extract/css": "1.20.1", "@vanilla-extract/dynamic": "2.1.5", "@vanilla-extract/sprinkles": "1.6.5", "clsx": "2.1.1", "cuer": "0.0.3", "react-remove-scroll": "2.7.2", "ua-parser-js": "^2.0.9" }, "repository": { "type": "git", "url": "git+https://github.com/rainbow-me/rainbowkit.git", "directory": "packages/rainbowkit" }, "scripts": { "build": "node build.js", "build:watch": "node build.js --watch", "dev": "pnpm build:watch & pnpm typegen:watch", "prebuild": "pnpm typegen", "typecheck": "pnpm tsc --noEmit", "typegen": "tsc --emitDeclarationOnly -p tsconfig.types.json || true", "typegen:watch": "tsc --emitDeclarationOnly -p tsconfig.types.json --watch" } }