{
  "_from": "react-toastify@^9.0.8",
  "_id": "react-toastify@9.0.8",
  "_inBundle": false,
  "_integrity": "sha512-EwM+teWt49HSHx+67qI08yLAW1zAsBxCXLCsUfxHYv1W7/R3ZLhrqKalh7j+kjgPna1h5LQMSMwns4tB4ww2yQ==",
  "_location": "/react-toastify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-toastify@^9.0.8",
    "name": "react-toastify",
    "escapedName": "react-toastify",
    "rawSpec": "^9.0.8",
    "saveSpec": null,
    "fetchSpec": "^9.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-9.0.8.tgz",
  "_shasum": "3876c89fc6211a29027b3075010b5ec39ebe4f7e",
  "_spec": "react-toastify@^9.0.8",
  "_where": "/home/iosx/opplionext.iosx.in",
  "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/jest-dom": "^5.16.3",
    "@testing-library/react": "^13.0.0",
    "@types/jest": "^27.4.1",
    "@types/react": "^17.0.43",
    "@types/react-dom": "^17.0.14",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "coveralls": "^3.0.9",
    "cssnano": "^5.1.7",
    "cssnano-cli": "^1.0.5",
    "eslint": "^8.12.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.4.0",
    "husky": "^7.0.0",
    "jest": "^27.5.1",
    "microbundle": "^0.14.2",
    "postcss": "^8.4.12",
    "postcss-cli": "^9.1.0",
    "prettier": "2.6.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rimraf": "^3.0.2",
    "sass": "^1.49.11",
    "style2js": "^1.0.1",
    "ts-jest": "^27.1.4",
    "tslib": "^2.3.1",
    "typescript": "^4.6.3"
  },
  "exports": {
    ".": {
      "require": "./dist/react-toastify.js",
      "import": "./dist/react-toastify.esm.mjs",
      "umd": "./dist/react-toastify.umd.js"
    },
    "./dist/ReactToastify.min.css": "./dist/ReactToastify.min.css",
    "./dist/ReactToastify.css": "./dist/ReactToastify.css",
    "./dist/ReactToastify.minimal.css": "./dist/ReactToastify.minimal.css",
    "./ReactToastify.min.css": "./dist/ReactToastify.min.css",
    "./ReactToastify.css": "./dist/ReactToastify.css",
    "./ReactToastify.minimal.css": "./dist/ReactToastify.minimal.css",
    "./dist/inject-style": {
      "require": "./dist/inject-style.js",
      "import": "./dist/inject-style.esm.mjs"
    },
    "./inject-style": {
      "require": "./dist/inject-style.js",
      "import": "./dist/inject-style.esm.mjs"
    },
    "./package.json": "./package.json",
    "./scss/": "./scss/",
    "./addons/use-notification-center": {
      "require": "./addons/use-notification-center/index.js",
      "import": "./addons/use-notification-center/index.esm.mjs"
    }
  },
  "files": [
    "dist",
    "addons",
    "scss"
  ],
  "homepage": "https://github.com/fkhadra/react-toastify#readme",
  "jest": {
    "verbose": true,
    "globals": {
      "ts-jest": {
        "isolatedModules": true
      }
    },
    "coveragePathIgnorePatterns": [
      "/src/index.tsx"
    ],
    "roots": [
      "<rootDir>/test"
    ],
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "setupFilesAfterEnv": [
      "@testing-library/jest-dom/extend-expect"
    ],
    "testRegex": "(.+(test|spec))\\.tsx?$",
    "testEnvironment": "jsdom",
    "testRunner": "jest-jasmine2",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "keywords": [
    "react",
    "notification",
    "toast",
    "react-component",
    "react-toastify",
    "push",
    "alert"
  ],
  "license": "MIT",
  "main": "dist/react-toastify.js",
  "module": "dist/react-toastify.esm.mjs",
  "name": "react-toastify",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "none",
    "arrowParens": "avoid"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fkhadra/react-toastify.git"
  },
  "scripts": {
    "build": "npm run clean && npm run build:core && npm run pack-and-extract && npm run build:addons && npm run style && husky install",
    "build:addons": "node build-addons.mjs",
    "build:core": "microbundle --jsx React.createElement --compress false",
    "clean": "rimraf dist && rimraf addons",
    "extract-pkg": "tar xzvf react-toastify.tgz -C node_modules/react-toastify --strip-components 1 && rimraf react-toastify.tgz",
    "lint": "eslint \"src/**/*.{ts,tsx}\"",
    "pack-and-extract": "yarn pack -f react-toastify.tgz && npm run rm-pkg && npm run extract-pkg",
    "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",
    "prettier": "prettier --write src",
    "prettier-scss": "prettier --write scss",
    "rm-pkg": "rimraf node_modules/react-toastify && mkdir -p node_modules/react-toastify",
    "sass": "sass scss/main.scss dist/ReactToastify.css",
    "sass-minimal": "sass scss/minimal.scss dist/ReactToastify.minimal.css",
    "setup": "npm run clean && npm run build && npm run pack-and-extract",
    "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": "jest",
    "test:coverage": "yarn test --coverage"
  },
  "sideEffects": true,
  "source": "src/index.ts",
  "typings": "dist/index.d.ts",
  "umd:main": "dist/react-toastify.umd.js",
  "unpkg": "dist/react-toastify.umd.js",
  "version": "9.0.8"
}
