@commercetools-frontend/actions-global
Version:
Global redux actions for a MC application
55 lines • 1.54 kB
JSON
{
"name": "@commercetools-frontend/actions-global",
"version": "24.2.0",
"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": "24.2.0",
"@commercetools-frontend/constants": "24.2.0",
"@commercetools-frontend/notifications": "24.2.0",
"@commercetools-frontend/sentry": "24.2.0",
"@types/lodash": "^4.14.198",
"@types/react": "^19.0.3",
"@types/react-redux": "^7.1.26",
"lodash": "4.17.21",
"redux-thunk": "2.4.2"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "29.7.0",
"react": "19.0.0",
"react-redux": "7.2.9",
"redux": "4.2.1"
},
"peerDependencies": {
"react": "19.x",
"react-redux": "7.x",
"redux": "4.x"
}
}