UNPKG

@kiyasov/noty

Version:
80 lines (79 loc) 2.35 kB
{ "name": "@kiyasov/noty", "version": "2.0.1", "description": "React Noty", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "devServer": "webpack-dev-server --config docs/webpack.config.babel.js --mode development", "exampleServer": "webpack-dev-server --config example/webpack.config.js --mode development" }, "repository": { "type": "git", "url": "git+https://github.com/kiyasov/reactNoty.git" }, "keywords": [ "noty", "react", "notification", "alert", "reactJs", "reactJS", "confirm", "confirmation", "success", "error", "warning", "information" ], "author": "Islam Kiyasov", "license": "ISC", "bugs": { "url": "https://github.com/kiyasov/reactNoty/issues" }, "homepage": "https://github.com/kiyasov/reactNoty#readme", "dependencies": { "@babel/runtime": "^7.15.4", "events": "^3.3.0", "lodash": "^4.17.21", "prop-types": "^15.7.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-use": "^17.3.1" }, "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-decorators": "^7.15.8", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-async-to-generator": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@babel/plugin-transform-runtime": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@babel/register": "^7.15.3", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "babel-plugin-transform-assets-import-to-string": "^1.2.0", "babel-plugin-transform-require-ignore": "^0.1.1", "css-loader": "^6.4.0", "cssnano": "^5.0.8", "eslint": "7.32.0", "eslint-plugin-react": "^7.26.1", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^2.4.2", "node-sass": "^6.0.1", "optimize-css-assets-webpack-plugin": "^6.0.1", "path": "^0.12.7", "sass-loader": "^12.2.0", "semantic-ui-css": "^2.4.1", "semantic-ui-react": "^2.0.4", "style-loader": "^3.3.0", "url-loader": "^4.1.1", "webpack": "^5.58.2", "webpack-cli": "^4.9.0", "webpack-dev-server": "^4.3.1" } }