Repository URL to install this package:
|
Version:
0.0.1 ▾
|
@sushiswap/wagmi
/
package.json
|
|---|
{
"name": "@sushiswap/wagmi",
"version": "0.0.1",
"private": true,
"description": "Sushi Wagmi",
"keywords": [
"sushi",
"wagmi"
],
"license": "MIT",
"author": "Matthew Lilley <hello@matthewLilley.com>",
"sideEffects": false,
"source": "./index.ts",
"main": "./index.ts",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/logger": "^5.7.0",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^1.0.6",
"@sushiswap/bentobox": "0.5.0",
"@sushiswap/kashi": "0.0.0",
"@sushiswap/chain": "0.1.0",
"@sushiswap/currency": "0.0.3",
"@sushiswap/amm": "0.1.1",
"@sushiswap/format": "0.1.0",
"@sushiswap/furo": "0.0.0",
"@sushiswap/hooks": "0.0.0",
"@sushiswap/math": "0.1.0",
"@sushiswap/sushiswap": "0.1.0",
"@sushiswap/sushixswap": "0.1.0",
"@sushiswap/wagmi-config": "0.1.0",
"@sushiswap/tines": "1.0.3",
"@sushiswap/trident": "1.0.0-canary.48",
"@sushiswap/ui": "0.0.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v3-periphery": "1.4.1",
"@gnosis.pm/safe-apps-wagmi": "^1.0.4",
"wagmi": "0.6.8",
"@tanstack/react-query": "^4.0.10"
},
"devDependencies": {
"@sushiswap/eslint-config": "0.1.1",
"@sushiswap/jest-config": "0.1.0",
"@sushiswap/prettier-config": "0.1.1",
"@sushiswap/typescript-config": "0.1.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"ethers": "^5.7.0",
"eslint": "^8.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.2.0",
"typechain": "^8.0.0",
"typescript": "4.8.2"
},
"peerDependencies": {
"ethers": "^5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"generate": "typechain --target ethers-v5 --out-dir typechain './node_modules/@uniswap/v3-periphery/artifacts/contracts/lens/UniswapInterfaceMulticall.sol/UniswapInterfaceMulticall.json'",
"lint": "TIMING=1 eslint . --fix",
"test": "jest --passWithNoTests"
}
}