{
  "_from": "react-toastify",
  "_id": "react-toastify@7.0.4",
  "_inBundle": false,
  "_integrity": "sha512-Rol7+Cn39hZp5hQ/k6CbMNE2CKYV9E5OQdC/hBLtIQU2xz7DdAm7xil4NITQTHR6zEbE5RVFbpgSwTD7xRGLeQ==",
  "_location": "/react-toastify",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "react-toastify",
    "name": "react-toastify",
    "escapedName": "react-toastify",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-7.0.4.tgz",
  "_shasum": "7d0b743f2b96f65754264ca6eae31911a82378db",
  "_spec": "react-toastify",
  "_where": "/home/sonia/VisualStudioCode/Poryecto-Propio/Proyecto-React-Firebase",
  "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": {
    "@babel/core": "^7.0.0-0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@testing-library/react": "^9.4.0",
    "@types/jest": "^24.9.0",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6",
    "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.1",
    "react-dom": "^17.0.1",
    "sass": "^1.26.0",
    "style2js": "^1.0.0",
    "tsdx": "^0.12.3",
    "tslib": "^1.10.0",
    "typescript": "^3.7.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": [
    "*.css"
  ],
  "typings": "dist/index.d.ts",
  "version": "7.0.4"
}