@chakra-ui/core
Version:
Responsive and accessible React UI components built with React and Emotion
64 lines (63 loc) • 2.08 kB
JSON
{
"name": "@chakra-ui/core",
"version": "0.8.0",
"description": "Responsive and accessible React UI components built with React and Emotion",
"main": "dist/index.js",
"module": "dist/es/index.js",
"typings": "dist/index",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "yarn build:cjs && yarn build:es && yarn build:copy-types",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --root-mode upward src -d dist --ignore \"**/examples.js\"",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --root-mode upward src -d dist/esm --ignore \"**/examples.js\"",
"build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --root-mode upward src -d dist/es --ignore \"**/examples.js\"",
"build:umd": "cross-env NODE_ENV=production-umd rollup -c",
"build:copy-types": "node ../../scripts/copy-files.js",
"version": "yarn build"
},
"dependencies": {
"@reach/auto-id": "0.10.2",
"@styled-system/css": "5.1.5",
"@styled-system/should-forward-prop": "5.1.5",
"@types/styled-system": "5.1.9",
"aria-hidden": "^1.1.1",
"body-scroll-lock": "^3.0.1",
"color": "3.1.2",
"copy-to-clipboard": "3.3.1",
"exenv": "^1.2.2",
"popper.js": "^1.15.0",
"react-animate-height": "2.0.21",
"react-focus-lock": "^2.2.1",
"react-spring": "^8.0.27",
"styled-system": "5.1.5",
"toasted-notes": "3.2.0",
"use-dark-mode": "2.3.1"
},
"peerDependencies": {
"@emotion/core": "10.x",
"@emotion/styled": "10.x",
"emotion-theming": "10.x",
"react": ">= 16.8",
"react-dom": ">= 16.8"
},
"author": "Segun Adebayo <sage@adebayosegun.com>",
"license": "MIT",
"homepage": "https://chakra-ui.com/",
"repository": "https://github.com/chakra-ui/chakra-ui",
"keywords": [
"react",
"ui",
"design-system",
"react-components",
"uikit",
"accessible",
"components",
"emotion",
"library"
],
"gitHead": "1ad705fdd980f51dcaaf2001baf2435470d38472"
}