aave-v3-react
Version:
A collection of React hooks to interact with the Aave V3 pools and smart contracts.
82 lines (81 loc) • 2.23 kB
JSON
{
"name": "aave-v3-react",
"version": "1.2.1",
"private": false,
"description": "A collection of React hooks to interact with the Aave V3 pools and smart contracts.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/akanoce/react-aave-sdk.git"
},
"author": "<eriknucib@live.it>",
"homepage": "https://github.com/akanoce/react-aave-sdk/tree/main/packages/aave-v3-react",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf dist .turbo",
"lint": "tsc --noEmit && eslint src --fix --ext .js,.jsx,.ts,.tsx",
"purge": "yarn clean && rm -rf node_modules",
"test": "vitest run --coverage",
"watch": "yarn build --watch"
},
"dependencies": {
"@aave/contract-helpers": "^1.33.1",
"@aave/math-utils": "^1.33.1",
"@bgd-labs/aave-address-book": "^4.17.1",
"@tanstack/react-query": "^5.28.14",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.13",
"ethers": "5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.2.2",
"viem": "^2.24.1",
"wagmi": "^2.14.15"
},
"devDependencies": {
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"tsup": "^8.4.0",
"typescript": "^5.4.4"
},
"keywords": [
"aave",
"react",
"react-hooks",
"typescript",
"aave-v3",
"aave-v3-sdk",
"aave-v3-react",
"aave-v3-hooks",
"aave-v3-react-hooks",
"aave-v3-react-sdk",
"aave-v3-react-hooks-sdk",
"aave-v3-react-sdk-hooks",
"aave-v3-react-hooks-sdk",
"defi",
"aave",
"web3",
"ethereum",
"blockchain"
]
}