{
  "name": "@commercetools-frontend/react-notifications",
  "version": "27.4.0",
  "description": "React bindings for @commercetools-frontend/notifications",
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/merchant-center-application-kit.git",
    "directory": "packages/react-notifications"
  },
  "homepage": "https://docs.commercetools.com/merchant-center-customizations",
  "keywords": [
    "javascript",
    "frontend",
    "react",
    "toolkit"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/commercetools-frontend-react-notifications.cjs.js",
  "module": "dist/commercetools-frontend-react-notifications.esm.js",
  "files": [
    "dist",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "^7.22.15",
    "@babel/runtime-corejs3": "^7.22.15",
    "@commercetools-frontend/actions-global": "27.4.0",
    "@commercetools-frontend/application-components": "27.4.0",
    "@commercetools-frontend/constants": "27.4.0",
    "@commercetools-frontend/notifications": "27.4.0",
    "@commercetools-frontend/sentry": "27.4.0",
    "@commercetools-uikit/design-system": "^20.4.0",
    "@commercetools-uikit/hooks": "^20.4.0",
    "@commercetools-uikit/icon-button": "^20.4.0",
    "@commercetools-uikit/icons": "^20.4.0",
    "@commercetools-uikit/secondary-icon-button": "^20.4.0",
    "@commercetools-uikit/spacings": "^20.4.0",
    "@commercetools-uikit/utils": "^20.4.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@types/history": "^4.7.11",
    "@types/lodash": "^4.14.198",
    "@types/prop-types": "^15.7.5",
    "@types/react": "^19.0.3",
    "@types/react-dom": "^19.0.2",
    "@types/react-router": "^5.1.20",
    "@types/react-router-dom": "^5.3.3",
    "lodash": "4.17.23",
    "moment": "^2.29.4",
    "moment-timezone": "^0.6.0",
    "prop-types": "15.8.1",
    "reselect": "4.1.8"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/testing-library__jest-dom": "^5.14.9",
    "jest": "30.2.0",
    "jest-mock": "30.2.0",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "react-intl": "^7.1.4",
    "react-redux": "9.2.0",
    "react-router-dom": "5.3.4"
  },
  "peerDependencies": {
    "react": "19.x",
    "react-dom": "19.x",
    "react-intl": "7.x",
    "react-redux": "7.x || 9.x",
    "react-router-dom": "5.x"
  }
}