UNPKG

react-high-toast

Version:

A highly customizable toast notification system for React using portals

61 lines (60 loc) 1.54 kB
{ "name": "react-high-toast", "version": "1.0.2", "description": "A highly customizable toast notification system for React using portals", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "build": "tsc && tsc --module esnext --outDir ./dist/esm", "watch": "tsc --watch", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./styles": "./src/styles/toast.css" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^4.7.0", "jest": "^28.0.0", "@testing-library/react": "^13.0.0" }, "files": [ "dist", "src/styles" ], "keywords": [ "react", "toast", "notification", "portal", "customizable", "typescript" ], "author": "makehighindia", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:makehighindia/react-high-toast.git" }, "homepage": "https://github.com/makehighindia/react-high-toast#readme", "bugs": { "url": "https://github.com/makehighindia/react-high-toast/issues" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" } }