UNPKG

react-fresh-toast

Version:
52 lines (51 loc) 1.33 kB
{ "name": "react-fresh-toast", "version": "1.2.14", "description": "React notification made easy", "keywords": [ "react", "notification", "toast", "react-component", "react-toast", "react-fresh-toast", "react-hot-toast", "fresh", "react-toastify", "push", "alert", "snackbar" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c --bundleConfigAsCjs" }, "author": "Chirag Khaitan <chiragkhaitan2014@gmail.com> (https://portfolio-chirag.vercel.app)", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/TheChiragKhaitan/react-fresh-toast" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "react": "^18.3.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.3", "typescript": "^5.5.4" }, "dependencies": { "@types/react": "^18.3.3", "@types/uuid": "^10.0.0", "react-icons": "^5.2.1", "rollup": "^4.20.0", "rollup-plugin-postcss": "^4.0.2", "uuid": "^10.0.0" } }