UNPKG

react-tiny-toast

Version:

Aim of this package is to keep only bundles that are critical to your application for the implementation of toast notifications.

86 lines (85 loc) 2.14 kB
{ "name": "react-tiny-toast", "version": "2.1.2", "private": false, "main": "lib/index.js", "module": "lib/index.js", "license": "MIT", "author": "ashr81", "babel": { "presets": [ "@babel/react", "@babel/preset-typescript" ] }, "types": "lib/types/react-tiny-toast.d.ts", "dependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/cli": "^7.24.7", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "typescript": "^4.6.4" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "scripts": { "start": "tsc -w", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --copy-files --extensions \".ts,.tsx\"", "build:clean": "rm -rf lib", "build": "npm run build:clean && npm run build:types && npm run build:js", "publish": "npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/ashr81/react-tiny-toast.git", "directory": "packages/react-tiny-toast" }, "bugs": { "url": "https://github.com/ashr81/react-tiny-toast/issues" }, "homepage": "https://github.com/ashr81/react-tiny-toast#readme", "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "keywords": [ "react-tiny-toast", "tiny-toast", "react-toast-notifications", "react-notifications", "toast-notifications", "react-toast", "react-toast-library", "react-toast-hooks", "toast-messages", "react-tiny-toast-notifications", "toast-message-react", "toast-popup-react", "lightweight-toast-react", "react-toast-component", "react-alerts", "react-toastify-alternative", "react-toast-system", "tiny-toast-react", "custom-toast-react" ] }