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    
@sushiswap/hooks / package.json
Size: Mime:
{
  "name": "@sushiswap/hooks",
  "version": "0.0.0",
  "private": true,
  "description": "Sushi Hooks",
  "keywords": [
    "sushi",
    "hooks",
    "react"
  ],
  "license": "MIT",
  "author": "Matthew Lilley <hello@matthewLilley.com>",
  "main": "./dist/index.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "jest": {
    "preset": "@sushiswap/jest-config/node"
  },
  "dependencies": {
    "@ethersproject/address": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "copy-to-clipboard": "^3.3.1",
    "react-responsive": "9.0.0-beta.10"
  },
  "devDependencies": {
    "@sushiswap/currency": "0.0.3",
    "@sushiswap/eslint-config": "0.1.1",
    "@sushiswap/jest-config": "0.1.0",
    "@sushiswap/math": "0.1.0",
    "@sushiswap/prettier-config": "0.1.1",
    "@sushiswap/typescript-config": "0.1.0",
    "@types/jest": "^27.5.1",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "eslint": "^8.20.0",
    "jest": "^28.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "4.8.2"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "dev": "tsc -w",
    "lint": "TIMING=1 eslint src --fix",
    "test": "jest --passWithNoTests"
  }
}