UNPKG

chakra-ui

Version:

Responsive and accessible React UI components built with React and Emotion

117 lines (116 loc) 4.1 kB
{ "name": "chakra-ui", "version": "0.3.9", "description": "Responsive and accessible React UI components built with React and Emotion", "main": "dist/index.js", "module": "dist/esm/index.js", "sideEffects": false, "scripts": { "build": "yarn build:cjs && yarn build:esm && yarn copy-ts", "prebuild": "rimraf dist", "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist --ignore \"**/examples.js\"", "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --out-dir ./dist/esm --ignore \"**/examples.js\"", "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"**/examples.js\"", "build:umd": "cross-env NODE_ENV=production-umd rollup -c", "release": "yarn build && npm version patch && npm run publish", "prepublishOnly": "npm run build", "start": "nwb serve-react-demo", "copy-ts": "node ./scripts/copy-files.js", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build-watch": "nodemon -w src -x 'rm .babelrc &> /dev/null; nwb build-react-component --no-demo'" }, "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" }, "devDependencies": { "@babel/cli": "7.5.5", "@babel/core": "7.5.5", "@babel/plugin-proposal-class-properties": "7.5.5", "@babel/plugin-proposal-object-rest-spread": "7.5.5", "@babel/plugin-transform-object-assign": "7.2.0", "@babel/plugin-transform-runtime": "7.5.5", "@babel/preset-env": "7.5.5", "@babel/preset-react": "7.0.0", "@emotion/core": "10.0.10", "@emotion/styled": "10.0.11", "@storybook/addon-actions": "^5.1.3", "@storybook/addon-knobs": "5.1.3", "@storybook/addon-links": "^5.1.3", "@storybook/addons": "^5.1.3", "@storybook/react": "^5.1.3", "babel-eslint": "10.0.1", "babel-loader": "^8.0.6", "babel-plugin-emotion": "10.0.9", "babel-plugin-module-resolver": "3.2.0", "babel-plugin-react-remove-properties": "0.3.0", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "cross-env": "5.2.0", "emotion-theming": "10.0.10", "eslint": "5.16.0", "eslint-config-react-app": "4.0.1", "eslint-plugin-flowtype": "3.9.1", "eslint-plugin-import": "2.17.3", "eslint-plugin-jest": "22.6.4", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-react": "7.13.0", "eslint-plugin-react-hooks": "1.6.0", "fs-extra": "8.1.0", "glob": "7.1.4", "nodemon": "1.19.1", "path": "0.12.7", "prop-types": "15.7.2", "react": "16.8.6", "react-dom": "16.8.6", "rimraf": "2.6.3", "rollup": "1.18.0", "rollup-plugin-babel": "4.3.3", "rollup-plugin-commonjs": "10.0.2", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-terser": "5.1.1", "rollup-plugin-typescript2": "0.22.1", "typescript": "3.5.3" }, "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" ] }