UNPKG

react-awesome-toasts

Version:

Higly customisable React toast notifications with automanaged queue

55 lines (54 loc) 1.46 kB
{ "name": "react-awesome-toasts", "version": "0.0.9", "description": "Higly customisable React toast notifications with automanaged queue", "author": "Dmitry Belyaev (https://bananabobby.github.io)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/BananaBobby/react-awesome-toasts.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "webpack", "start": "start-storybook -p 9001 -c .storybook -s dist/storybook/", "build:demo": "webpack --config ./docs/webpack.config.js", "release": "yarn build && yarn build:demo && yarn publish" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.5", "@babel/preset-react": "^7.0.0", "@storybook/react": "^4.0.2", "@types/classnames": "^2.2.6", "@types/react": "^16.4.18", "@types/react-dom": "^16.0.9", "@types/storybook__react": "^3.0.9", "@types/uuid": "^3.4.4", "babel-loader": "^8.0.4", "css-loader": "^1.0.1", "iso-morphic-style-loader": "^2.0.1", "react": "^16.6.0", "react-dom": "^16.6.0", "ts-loader": "^5.3.0", "typescript": "^3.1.6", "webpack": "^4.24.0", "webpack-cli": "^3.1.2" }, "peerDependencies": { "react": "^16.6.0", "react-dom": "^16.6.0" }, "keywords": [ "react", "toast", "toasts", "notification", "notifications", "awesome" ] }