react-snackbars-stack
Version:
A simple and flexible stackable snackbars for React
98 lines (97 loc) • 2.16 kB
JSON
{
"name": "react-snackbars-stack",
"description": "A simple and flexible stackable snackbars for React",
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=18"
},
"scripts": {
"start": "tsdx watch",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"size": "size-limit",
"analyze": "size-limit --why",
"build": "tsdx build"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"author": "Kishor Jena",
"repository": {
"type": "git",
"url": "https://github.com/KishorJena/react-snackbars-stack.git"
},
"homepage": "https://github.com/KishorJena/react-snackbars-stack#readme",
"bugs": {
"url": "https://github.com/KishorJena/react-snackbars-stack/issues"
},
"keywords": [
"react",
"snackbar",
"stack",
"notification",
"toast",
"alert",
"notistack",
"enqueueSnackbar",
"snackbarprovider",
"useSnackbar",
"message",
"mui",
"material-ui",
"material design",
"styled-components",
"typescript",
"javsacript",
"ksr",
"CracketKSR"
],
"module": "dist/react-snackbars-stack.esm.js",
"size-limit": [
{
"path": "dist/react-snackbars-stack.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-snackbars-stack.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"husky": "^9.1.7",
"process": "^0.11.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"size-limit": "^11.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.0"
}
}