UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

52 lines 1.4 kB
{ "name": "chakra-ui", "version": "0.3.9", "description": "Responsive and accessible React UI components built with React and Emotion", "main": "./index.js", "module": "./esm/index.js", "sideEffects": false, "dependencies": { "@reach/alert": "0.1.5", "@reach/alert-dialog": "0.2.9", "@reach/auto-id": "0.2.0", "@reach/dialog": "0.2.9", "@reach/portal": "0.2.1", "@styled-system/css": "5.0.13", "@styled-system/should-forward-prop": "5.0.12", "@styled-system/theme-get": "5.0.5", "@types/styled-system": "5.0.1", "color": "3.1.2", "react-animate-height": "2.0.9", "react-focus-lock": "1.19.1", "react-popper": "1.3.3", "react-spring": "8.0.23", "styled-system": "5.0.5", "toasted-notes": "2.1.6", "use-dark-mode": "2.3.1" }, "peerDependencies": { "@emotion/core": "10.x", "@emotion/styled": "10.x", "emotion-theming": "10.x", "react": "16.x", "react-dom": "16.x" }, "author": "Segun Adebayo <sage@adebayosegun.com>", "license": "MIT", "homepage": "https://github.com/segunadebayo/chakra-ui", "repository": "https://github.com/segunadebayo/chakra-ui", "keywords": [ "react", "ui", "design-system", "react-components", "uikit", "accessible", "components", "emotion", "library", "design-system" ], "private": false, "typings": "./index.d.ts" }