done-pop
Version:
A custom toast notification package similar to notistack
50 lines (49 loc) • 1.23 kB
JSON
{
"type": "module",
"name": "done-pop",
"version": "1.0.6",
"description": "A custom toast notification package similar to notistack",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"toast",
"notification",
"react",
"snackbar",
"Snackify"
],
"author": "Zubair Rahman",
"repository": {
"type": "git",
"url": "https://github.com/iamzubair6/showcase-done-pop"
},
"homepage": "https://showcase-done-pop.vercel.app/",
"bugs": {
"url": "https://codesandbox.io/p/github/iamzubair6/showcase-done-pop/master?import=true"
},
"license": "MIT",
"dependencies": {
"@types/styled-components": "^5.1.34",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.12",
"tslib": "^2.6.3"
},
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"rollup": "^4.20.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.5.4"
}
}