UNPKG

@commercetools-uikit/hooks

Version:

A collection of React hooks used across some of the UI-Kit components.

43 lines (42 loc) 1.25 kB
{ "name": "@commercetools-uikit/hooks", "description": "A collection of React hooks used across some of the UI-Kit components.", "version": "20.2.2", "bugs": "https://github.com/commercetools/ui-kit/issues", "repository": { "type": "git", "url": "https://github.com/commercetools/ui-kit.git", "directory": "packages/hooks" }, "homepage": "https://uikit.commercetools.com", "keywords": ["javascript", "typescript", "design-system", "react", "uikit"], "license": "MIT", "publishConfig": { "access": "public" }, "sideEffects": false, "main": "dist/commercetools-uikit-hooks.cjs.js", "module": "dist/commercetools-uikit-hooks.esm.js", "preconstruct": { "entrypoints": ["./index.ts", "./polyfills.ts"] }, "files": ["dist", "polyfills"], "dependencies": { "@babel/runtime": "^7.20.13", "@babel/runtime-corejs3": "^7.20.13", "@commercetools-uikit/utils": "20.2.2", "@types/raf-schd": "^4.0.1", "lodash": "4.17.21", "raf-schd": "^4.0.3" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "react": "19.1.0", "react-dom": "19.1.0" }, "peerDependencies": { "react": "19.x", "react-dom": "19.x" } }