UNPKG

react-toastly-jsx

Version:

A beautiful React toast notification library with animations, gradients, sounds, and premium features for free.

62 lines (58 loc) 1.41 kB
{ "name": "react-toastly-jsx", "version": "1.0.1", "description": "A beautiful React toast notification library with animations, gradients, sounds, and premium features for free.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint src --fix", "prepare": "npm run build" }, "keywords": [ "react", "toast", "notification", "toastify", "toast-notifications", "react-toast", "toast-library", "animated-toast", "gradient-toast", "toast-component", "react-hooks", "toast-notification-library", "tailwindcss", "react-ui" ], "author": "jeswin john <webdevai.00@gmail.com>", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "vite": "^5.0.0", "@vitejs/plugin-react": "^4.0.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.0", "autoprefixer": "^10.4.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "https://github.com/Web-dev-Ai-00/react-toastly.git" }, "homepage": "https://react-infinite-toast.vercel.app", "bugs": { "url": "https://github.com/Web-dev-Ai-00/react-toastly/issues" } }