UNPKG

@abisheks238/react-toaster

Version:

An advanced, customizable toast notification system for React with smart queue, swipe support, and theming

85 lines (84 loc) 2.13 kB
{ "name": "@abisheks238/react-toaster", "version": "1.1.0", "description": "An advanced, customizable toast notification system for React with smart queue, swipe support, and theming", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "test": "jest", "prepublishOnly": "npm run build", "version-check": "echo \"Current version: $(node -p \\\"require('./package.json').version\\\")\"" }, "keywords": [ "react", "toast", "notification", "toaster", "alert", "swipe", "queue", "theme", "dark-mode", "gestures", "typescript", "tailwind" ], "author": { "name": "Abishek", "url": "https://github.com/ABISHEK-K-DEV" }, "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@types/uuid": "^9.0.0", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.26.0", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^3.3.2", "tslib": "^2.6.0", "typescript": "^5.1.0", "uuid": "^9.0.0" }, "dependencies": { "framer-motion": "^10.16.0", "react-use-gesture": "^9.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/ABISHEK-K-DEV/react-toaster.git" }, "bugs": { "url": "https://github.com/ABISHEK-K-DEV/react-toaster/issues" }, "homepage": "https://github.com/ABISHEK-K-DEV/react-toaster#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" }, "type": "module" }