@commercetools-frontend/actions-global
Version:
Global redux actions for a MC application
54 lines • 1.52 kB
JSON
{
"name": "@commercetools-frontend/actions-global",
"version": "27.6.2",
"description": "Global redux actions for a MC application",
"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/actions-global"
},
"homepage": "https://docs.commercetools.com/merchant-center-customizations",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/commercetools-frontend-actions-global.cjs.js",
"module": "dist/commercetools-frontend-actions-global.esm.js",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/browser-history": "27.6.2",
"@commercetools-frontend/constants": "27.6.2",
"@commercetools-frontend/notifications": "27.6.2",
"@commercetools-frontend/sentry": "27.6.2",
"@types/lodash": "^4.14.198",
"@types/react": "^19.0.3",
"lodash": "4.18.1",
"redux-thunk": "3.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "30.2.0",
"react": "19.0.0",
"react-redux": "9.2.0",
"redux": "5.0.1"
},
"peerDependencies": {
"react": "19.x",
"react-redux": "7.x || 9.x",
"redux": "4.x || 5.x"
}
}