Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@rainbow-me/rainbowkit / package.json
Size: Mime:
{
  "name": "@rainbow-me/rainbowkit",
  "version": "0.7.4+sf.2",
  "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": {
    "ethers": ">=5.5.1",
    "react": ">=17",
    "react-dom": ">=17",
    "wagmi": "0.5.x || 0.6.x || 0.7.x"
  },
  "devDependencies": {
    "@ethersproject/abstract-provider": "^5.5.1",
    "@ethersproject/providers": "^5.5.1",
    "@types/qrcode": "^1.4.2",
    "@vanilla-extract/private": "^1.0.3",
    "@vanilla-extract/css-utils": "0.1.2",
    "autoprefixer": "^10.4.0",
    "ethers": "^5.0.0",
    "nock": "^13.2.4",
    "postcss": "^8.4.4",
    "react": "^18.1.0",
    "vitest": "^0.5.0"
  },
  "dependencies": {
    "@vanilla-extract/css": "1.9.1",
    "@vanilla-extract/dynamic": "2.0.2",
    "@vanilla-extract/sprinkles": "1.5.0",
    "clsx": "1.1.1",
    "qrcode": "1.5.0",
    "react-remove-scroll": "2.5.4"
  },
  "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"
  }
}