react-toastsnack
Version:
An unopinionated notification queue for React
72 lines (71 loc) • 2.1 kB
JSON
{
"license": "MIT",
"version": "1.4.0",
"author": "babangsund",
"main": "dist/index.js",
"name": "react-toastsnack",
"module": "dist/index.esm.js",
"description": "An unopinionated notification queue for React",
"homepage": "https://github.com/babangsund/react-toastsnack#readme",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/babangsund/react-toastsnack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babangsund/react-toastsnack.git"
},
"keywords": [
"react",
"toast",
"snack",
"toast",
"snackbar",
"notification"
],
"scripts": {
"build": "NODE_ENV=production rollup -c",
"watch": "NODE_ENV=development rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@types/invariant": "^2.2.31",
"@types/node": "^13.1.2",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
"babel-plugin-dev-expression": "^0.2.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^3.7.4"
},
"peerDependencies": {
"react": "^16.8.0"
},
"dependencies": {}
}