UNPKG

toastmandu

Version:

Simple toast notification system

55 lines 1.21 kB
{ "name": "toastmandu", "version": "1.0.5", "description": "Simple toast notification system", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "READEME.md" ], "keywords": [ "toast", "notification", "react", "toastify", "toaster" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "lucide-react": "^0.525.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "rollup": "^4.44.2", "tailwindcss": "^3.4.17", "tsup": "^8.5.0", "typescript": "^5.8.3", "vite": "^7.0.3", "react": "^19.1.0", "react-dom": "^19.1.0", "lucide-react": "^0.525.0" }, "scripts": { "dev": "vite build && vite preview", "start": "vite", "build": "tsup", "preview": "vite preview" } }