izitoast-react
Version:
A wrapper for izitoast by @marcelodolza
26 lines (25 loc) • 573 B
JSON
{
"name": "izitoast-react-example",
"homepage": "https://toast.sayjeyhi.com/",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"react": "link:../node_modules/react",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"izitoast-react": "link:.."
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}