1 | {
|
2 | "name": "@chakra-ui/core",
|
3 | "version": "0.8.0",
|
4 | "description": "Responsive and accessible React UI components built with React and Emotion",
|
5 | "main": "dist/index.js",
|
6 | "module": "dist/es/index.js",
|
7 | "typings": "dist/index",
|
8 | "sideEffects": false,
|
9 | "publishConfig": {
|
10 | "access": "public"
|
11 | },
|
12 | "scripts": {
|
13 | "prebuild": "rimraf dist",
|
14 | "build": "yarn build:cjs && yarn build:es && yarn build:copy-types",
|
15 | "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --root-mode upward src -d dist --ignore \"**/examples.js\"",
|
16 | "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel --root-mode upward src -d dist/esm --ignore \"**/examples.js\"",
|
17 | "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --root-mode upward src -d dist/es --ignore \"**/examples.js\"",
|
18 | "build:umd": "cross-env NODE_ENV=production-umd rollup -c",
|
19 | "build:copy-types": "node ../../scripts/copy-files.js",
|
20 | "version": "yarn build"
|
21 | },
|
22 | "dependencies": {
|
23 | "@reach/auto-id": "0.10.2",
|
24 | "@styled-system/css": "5.1.5",
|
25 | "@styled-system/should-forward-prop": "5.1.5",
|
26 | "@types/styled-system": "5.1.9",
|
27 | "aria-hidden": "^1.1.1",
|
28 | "body-scroll-lock": "^3.0.1",
|
29 | "color": "3.1.2",
|
30 | "copy-to-clipboard": "3.3.1",
|
31 | "exenv": "^1.2.2",
|
32 | "popper.js": "^1.15.0",
|
33 | "react-animate-height": "2.0.21",
|
34 | "react-focus-lock": "^2.2.1",
|
35 | "react-spring": "^8.0.27",
|
36 | "styled-system": "5.1.5",
|
37 | "toasted-notes": "3.2.0",
|
38 | "use-dark-mode": "2.3.1"
|
39 | },
|
40 | "peerDependencies": {
|
41 | "@emotion/core": "10.x",
|
42 | "@emotion/styled": "10.x",
|
43 | "emotion-theming": "10.x",
|
44 | "react": ">= 16.8",
|
45 | "react-dom": ">= 16.8"
|
46 | },
|
47 | "author": "Segun Adebayo <sage@adebayosegun.com>",
|
48 | "license": "MIT",
|
49 | "homepage": "https://chakra-ui.com/",
|
50 | "repository": "https://github.com/chakra-ui/chakra-ui",
|
51 | "keywords": [
|
52 | "react",
|
53 | "ui",
|
54 | "design-system",
|
55 | "react-components",
|
56 | "uikit",
|
57 | "accessible",
|
58 | "components",
|
59 | "emotion",
|
60 | "library"
|
61 | ],
|
62 | "gitHead": "1ad705fdd980f51dcaaf2001baf2435470d38472"
|
63 | }
|