UNPKG

myt-react-notify

Version:

React Notification Super Light-Weight. Unique set-up, Easy, and NO-REGRETS.

53 lines (52 loc) 1.3 kB
{ "name": "myt-react-notify", "version": "0.1.8", "main": "lib/index.js", "description": "React Notification Super Light-Weight. Unique set-up, Easy, and NO-REGRETS.", "repository": { "type": "git", "url": "git+ssh://git@github.com/mytabworks/myt-react-notify.git" }, "keywords": [ "notification", "mytabworks", "react-notify", "react", "react-dom", "toast", "react-notification" ], "author": "mytabworks", "license": "MIT", "bugs": { "url": "https://github.com/mytabworks/myt-react-notify/issues" }, "homepage": "https://github.com/mytabworks/myt-react-notify#readme", "scripts": { "build": "webpack" }, "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "@babel/preset-stage-0": "^7.8.3", "babel-loader": "^8.0.6", "css-loader": "^3.4.2", "path": "^0.12.7", "prop-types": "^15.6.0", "react": "^16.12.0", "react-dom": "^16.12.0", "style-loader": "^1.1.3", "webpack": "^4.5.0", "webpack-cli": "^3.2.1" }, "dependencies": { "myt-react-snippets": "^0.2.5" } }