@knine-sdk/react
Version:
React helpers for Knine Finance projects. Part of Knine JS SDK
56 lines (55 loc) • 1.56 kB
JSON
{
"name": "@knine-sdk/react",
"version": "1.14.9",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "MIT",
"homepage": "https://gitlab.rocknblock.io/rock-n-block/projects/k9/knine-sdk-frontend",
"repository": {
"type": "git",
"url": "https://gitlab.rocknblock.io/rock-n-block/projects/k9/knine-sdk-frontend.git",
"directory": "packages/react"
},
"sideEffects": false,
"keywords": [
"knine",
"liquid-staking",
"lido"
],
"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": {
"@knine-sdk/constants": "1.21.1",
"@knine-sdk/contracts": "1.11.9",
"@knine-sdk/helpers": "1.1.4",
"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"
}
}