react-toastly
Version:
A beautiful React toast notification library with animations, gradients, sounds, and premium features for free.
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "react-toastly",
"version": "1.0.3",
"description": "A beautiful React toast notification library with animations, gradients, sounds, and premium features for free.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"README.md"
],
"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 <webdevai.00@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@rollup/plugin-url": "^8.0.2",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.4.17",
"vite": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Web-dev-Ai-00/react-toastly.git"
},
"homepage": "https://github.com/Web-dev-Ai-00/react-toastly#readme",
"bugs": {
"url": "https://github.com/Web-dev-Ai-00/react-toastly/issues"
},
"sideEffects": false
}