UNPKG

react-toast-notify-ks

Version:

toast notification library for React

56 lines (55 loc) 1.2 kB
{ "name": "react-toast-notify-ks", "version": "1.0.2", "description": "toast notification library for React", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "keywords": [ "react", "toast", "notification", "alerts", "messages", "popup", "notify", "snackbar", "react-component", "react-toast", "react-notification", "ui-component", "typescript", "react-hooks", "custom-toast", "toast-library", "react-ui", "notification-system", "toast-notifications", "react-toast-notifications" ], "author": "Sankarkumar K", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/node": "^22.10.6", "@types/react": "^19.0.6", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "vite": "^6.0.7", "vite-plugin-dts": "^4.5.0" }, "dependencies": { "framer-motion": "^11.17.0", "nanoid": "^5.0.9" } }