102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
{
|
|
"name": "notistack",
|
|
"version": "3.0.2",
|
|
"description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other",
|
|
"main": "./index.js",
|
|
"module": "./notistack.esm.js",
|
|
"types": "./index.d.ts",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Hossein Dehnokhalaji",
|
|
"email": "hossein.dehnavi98@yahoo.com",
|
|
"url": "https://iamhosseindhv.com"
|
|
},
|
|
"homepage": "https://www.notistack.com",
|
|
"repository": {
|
|
"url": "git+https://github.com/iamhosseindhv/notistack.git",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "npm run docs",
|
|
"build": "tsdx build --entry ./src/index.ts",
|
|
"watch": "tsdx watch --transpileOnly --entry ./src/index.ts",
|
|
"docs": "rimraf typedoc.json && typedoc --tsconfig",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"test": "echo todo-test",
|
|
"copy": "cp package.json README.md LICENSE.md dist",
|
|
"prerelease": "npm run build && npm run copy",
|
|
"postversion": "npm run copy",
|
|
"release": "npm run prerelease && np --tag latest"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.8.3",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
|
"@typescript-eslint/parser": "^5.28.0",
|
|
"babel-plugin-optimize-clsx": "^2.6.1",
|
|
"eslint": "^7.7.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"np": "10.1.0",
|
|
"prettier": "^2.7.1",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"rollup-plugin-bundle-size": "^1.0.3",
|
|
"rollup-plugin-copy": "^3.3.0",
|
|
"tsdx": "^0.13.2",
|
|
"tslib": "^2.1.0",
|
|
"typedoc": "^0.16.11",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"dependencies": {
|
|
"clsx": "^1.1.0",
|
|
"goober": "^2.0.33"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/iamhosseindhv/notistack/issues"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/notistack"
|
|
},
|
|
"contributors": [
|
|
"Hossein Dehnokhalaji (https://www.iamhosseindhv.com/)"
|
|
],
|
|
"keywords": [
|
|
"notistack",
|
|
"enqueueSnackbar",
|
|
"snackbarprovider",
|
|
"useSnackbar",
|
|
"multiple",
|
|
"react",
|
|
"javascript",
|
|
"material-ui",
|
|
"toast",
|
|
"redux",
|
|
"snackbar",
|
|
"stacked",
|
|
"notification",
|
|
"material design",
|
|
"hossein",
|
|
"dehnokhalaji",
|
|
"iamhosseindhv"
|
|
],
|
|
"np": {
|
|
"branch": "master",
|
|
"yarn": false,
|
|
"contents": "./dist",
|
|
"message": "v%s",
|
|
"releaseDraft": false
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|