{
  "_from": "react-toastify@~8.1.0",
  "_id": "react-toastify@8.1.1",
  "_inBundle": false,
  "_integrity": "sha512-KQa+j+JHjy69xpPYheaWUq3SjVw1sV2D7/QsXW6Tpo2x9HhUCvASezAMYDmLhfAYoSnaXUVnTNFAgZQA75SExQ==",
  "_location": "/react-toastify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-toastify@~8.1.0",
    "name": "react-toastify",
    "escapedName": "react-toastify",
    "rawSpec": "~8.1.0",
    "saveSpec": null,
    "fetchSpec": "~8.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-8.1.1.tgz",
  "_shasum": "79fada2487bcd2ca9b5910015f8d6f78cc65c984",
  "_spec": "react-toastify@~8.1.0",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "Fadi Khadra",
    "email": "fdkhadra@gmail.com",
    "url": "https://fkhadra.github.io"
  },
  "bugs": {
    "url": "https://github.com/fkhadra/react-toastify/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clsx": "^1.1.1"
  },
  "deprecated": false,
  "description": "React notification made easy",
  "devDependencies": {
    "@testing-library/react": "^12.0.0",
    "@types/jest": "^24.9.0",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "coveralls": "^3.0.9",
    "cssnano": "^4.1.10",
    "cssnano-cli": "^1.0.5",
    "husky": "^4.2.0",
    "postcss": "^7.0.27",
    "postcss-cli": "^7.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sass": "^1.26.0",
    "style2js": "^1.0.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.3.5"
  },
  "eslint": {
    "rules": {
      "react-hooks/exhaustive-deps": "warn"
    }
  },
  "files": [
    "dist",
    "scss"
  ],
  "homepage": "https://github.com/fkhadra/react-toastify#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "jest": {
    "verbose": true,
    "coveragePathIgnorePatterns": [
      "/src/index.tsx"
    ]
  },
  "keywords": [
    "react",
    "notification",
    "toast",
    "react-component",
    "react-toastify",
    "push",
    "alert"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/react-toastify.esm.js",
  "name": "react-toastify",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fkhadra/react-toastify.git"
  },
  "scripts": {
    "build": "npm run prepare",
    "lint": "tsdx lint src",
    "postsass": "postcss dist/ReactToastify.css --use autoprefixer -m -o dist/ReactToastify.css",
    "postsass-minimal": "cssnano dist/ReactToastify.minimal.css dist/ReactToastify.minimal.css --no-zindex --no-reduceIdents",
    "prepare": "tsdx build && npm run style",
    "sass": "sass scss/main.scss dist/ReactToastify.css",
    "sass-minimal": "sass scss/minimal.scss dist/ReactToastify.minimal.css",
    "start": "cd example && npm run start",
    "style": "npm run sass && npm run sass-minimal && cssnano dist/ReactToastify.css dist/ReactToastify.min.css --no-zindex --no-reduceIdents && npm run style-injector",
    "style-injector": "style2js --out-dir dist dist/ReactToastify.min.css",
    "test": "tsdx test --passWithNoTests",
    "test:coverage": "tsdx test --coverage"
  },
  "sideEffects": true,
  "typings": "dist/index.d.ts",
  "version": "8.1.1"
}
