@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
80 lines • 2.02 kB
JSON
{
"name": "@rainbow-me/rainbowkit",
"version": "2.1.6",
"description": "The best way to connect a wallet",
"files": [
"dist",
"styles.css",
"wallets"
],
"type": "module",
"exports": {
".": "./dist/index.js",
"./styles.css": "./dist/index.css",
"./wallets": "./dist/wallets/walletConnectors/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/jest-dom": "^6.2.0",
"@testing-library/react": "^16.0.1",
"@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/private": "1.0.6",
"autoprefixer": "^10.4.16",
"jsdom": "^25.0.0",
"nock": "^13.4.0",
"postcss": "^8.4.45",
"react": "^18.3.1",
"vitest": "2.0.5",
"dotenv": "^16.4.5"
},
"dependencies": {
"@vanilla-extract/css": "1.15.5",
"@vanilla-extract/dynamic": "2.1.2",
"@vanilla-extract/sprinkles": "1.6.3",
"clsx": "2.1.1",
"qrcode": "1.5.4",
"react-remove-scroll": "2.6.0",
"ua-parser-js": "^1.0.37"
},
"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 || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch"
}
}