UNPKG

@lidofinance/toast

Version:

React component for Lido Finance projects based on React-Toastify (https://github.com/fkhadra/react-toastify). Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)

53 lines (52 loc) 1.26 kB
{ "name": "@lidofinance/toast", "version": "1.12.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/toast" }, "bugs": { "url": "https://github.com/lidofinance/ui/issues" }, "keywords": [ "lido", "lidofinance", "styled-components", "component", "react-component", "react" ], "dependencies": { "@lidofinance/loaders": "1.6.0", "@lidofinance/theme": "2.7.0", "react-toastify": "7.0.4" }, "peerDependencies": { "react": "16 || 17", "react-dom": "16 || 17", "react-is": "16 || 17", "styled-components": "5" }, "devDependencies": { "@lidofinance/accordion": "2.12.0", "@lidofinance/button": "2.12.0", "@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" } }