UNPKG

@lido-sdk/react

Version:

This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li

60 lines (59 loc) 1.6 kB
{ "name": "@lido-sdk/react", "version": "2.0.12", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "license": "MIT", "homepage": "https://github.com/lidofinance/lido-js-sdk", "repository": { "type": "git", "url": "git+https://github.com/lidofinance/lido-js-sdk.git", "directory": "packages/react" }, "bugs": { "url": "https://github.com/lidofinance/lido-js-sdk/issues" }, "sideEffects": false, "keywords": [ "lido", "lido-sdk", "lido-js-sdk", "lidofinance" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "devDependencies": { "@ethersproject/bignumber": "^5.4.2", "@ethersproject/bytes": "^5.4.0", "@ethersproject/constants": "^5.4.0", "@ethersproject/contracts": "^5.4.1", "@ethersproject/providers": "^5.4.5", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^7.0.2", "@types/jest": "^27.0.2", "@types/react": "^17.0.45", "@types/react-dom": "^17.0.17", "react": "^17.0.2", "react-dom": "^17.0.2" }, "dependencies": { "@lido-sdk/constants": "3.5.1", "@lido-sdk/contracts": "3.1.4", "@lido-sdk/helpers": "1.7.1", "swr": "^1.0.1", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3" }, "peerDependencies": { "@ethersproject/bignumber": "5", "@ethersproject/bytes": "5", "@ethersproject/constants": "5", "@ethersproject/contracts": "5", "@ethersproject/providers": "5", "react": ">=16", "react-dom": ">=16" } }