{
  "name": "react-notistack",
  "version": "1.3.0",
  "description": "A beautiful standalone snackbar for react",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "start": "webpack-dev-server --open development",
    "build": "webpack --mode production",
    "deploy": "webpack --config publish.config.js --mode production && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/4msar/react-notistack.git"
  },
  "keywords": [
    "React",
    "Notistack",
    "Snackbar",
    "Toastr"
  ],
  "author": "Saiful Alam",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0",
    "react-dom": "^18.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.6",
    "css-loader": "^5.2.1",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^1.4.1",
    "node-sass": "^4.14.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.32.8",
    "sass-loader": "^10.1.1",
    "style-loader": "^2.0.0",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.7",
    "webpack-dev-server": "^3.8.0"
  }
}
