@lidofinance/address
Version:
React components for Lido Finance projects. Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@lidofinance/address",
"version": "1.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/ui",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/ui.git",
"directory": "packages/address"
},
"bugs": {
"url": "https://github.com/lidofinance/ui/issues"
},
"keywords": [
"lido",
"lidofinance",
"styled-components",
"component",
"react-component",
"react"
],
"dependencies": {
"@lidofinance/theme": "2.7.0",
"@lidofinance/utils": "1.3.2"
},
"peerDependencies": {
"react": "16 || 17",
"react-dom": "16 || 17",
"react-is": "16 || 17",
"styled-components": "5"
},
"devDependencies": {
"@storybook/react": "6.3.7",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/react-is": "17.0.2",
"@types/styled-components": "5.1.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"styled-components": "5.3.0"
},
"publishConfig": {
"access": "public"
}
}