UNPKG

@commercetools-frontend/sdk

Version:
74 lines 1.99 kB
{ "name": "@commercetools-frontend/sdk", "version": "24.2.1", "description": "Tools for declarative fetching", "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/sdk" }, "homepage": "https://docs.commercetools.com/merchant-center-customizations", "keywords": [ "javascript", "frontend", "react", "toolkit" ], "license": "MIT", "publishConfig": { "access": "public" }, "preconstruct": { "entrypoints": [ "./index.ts", "./test-utils/index.ts" ] }, "main": "dist/commercetools-frontend-sdk.cjs.js", "module": "dist/commercetools-frontend-sdk.esm.js", "files": [ "dist", "test-utils", "package.json", "LICENSE", "README.md" ], "dependencies": { "@babel/runtime": "^7.22.15", "@babel/runtime-corejs3": "^7.22.15", "@commercetools-frontend/constants": "24.2.1", "@commercetools/api-request-builder": "6.0.0", "@commercetools/http-user-agent": "3.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-correlation-id": "3.0.0", "@commercetools/sdk-middleware-http": "7.0.4", "@types/node-fetch": "2.6.11", "@types/prop-types": "^15.7.5", "@types/react": "^19.0.3", "@types/react-redux": "^7.1.26", "buffer": "6.0.3", "fast-equals": "2.0.4", "omit-empty-es": "1.2.0", "prop-types": "15.8.1", "qss": "2.0.3", "unfetch": "4.2.0", "uuid": "9.0.1" }, "devDependencies": { "@emotion/react": "^11.14.0", "@testing-library/react": "16.1.0", "@types/uuid": "^9.0.3", "jest-mock": "29.7.0", "react": "19.0.0", "react-dom": "19.0.0", "react-redux": "7.2.9", "redux": "4.2.1", "redux-thunk": "2.4.2" }, "peerDependencies": { "react": "19.x", "react-redux": "7.x", "redux": "4.x" } }