react-light-toast
Version:
Simple and lightweight toast package for React.js
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "react-light-toast",
"version": "1.0.8",
"description": "Simple and lightweight toast package for React.js",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files",
"start": "react-scripts start"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuadpashayev/react-light-toast.git"
},
"keywords": [
"toast",
"react",
"light-toast",
"toastify",
"react-toast",
"simple",
"lightweight",
"react-alert",
"alert",
"simple-alert",
"popup"
],
"author": "Fuad Pashayev",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuadpashayev/react-light-toast/issues"
},
"homepage": "https://github.com/fuadpashayev/react-light-toast#readme"
}