UNPKG

4.1 kBJSONView Raw
1{
2 "name": "chakra-ui",
3 "version": "0.3.9",
4 "description": "Responsive and accessible React UI components built with React and Emotion",
5 "main": "dist/index.js",
6 "module": "dist/esm/index.js",
7 "sideEffects": false,
8 "scripts": {
9 "build": "yarn build:cjs && yarn build:esm && yarn copy-ts",
10 "prebuild": "rimraf dist",
11 "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel ./src --out-dir ./dist --ignore \"**/examples.js\"",
12 "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel ./src --out-dir ./dist/esm --ignore \"**/examples.js\"",
13 "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel ./src --out-dir ./dist/es --ignore \"**/examples.js\"",
14 "build:umd": "cross-env NODE_ENV=production-umd rollup -c",
15 "release": "yarn build && npm version patch && npm run publish",
16 "prepublishOnly": "npm run build",
17 "start": "nwb serve-react-demo",
18 "copy-ts": "node ./scripts/copy-files.js",
19 "test": "nwb test-react",
20 "test:coverage": "nwb test-react --coverage",
21 "test:watch": "nwb test-react --server",
22 "storybook": "start-storybook -p 6006",
23 "build-storybook": "build-storybook",
24 "build-watch": "nodemon -w src -x 'rm .babelrc &> /dev/null; nwb build-react-component --no-demo'"
25 },
26 "dependencies": {
27 "@reach/alert": "0.1.5",
28 "@reach/alert-dialog": "0.2.9",
29 "@reach/auto-id": "0.2.0",
30 "@reach/dialog": "0.2.9",
31 "@reach/portal": "0.2.1",
32 "@styled-system/css": "5.0.13",
33 "@styled-system/should-forward-prop": "5.0.12",
34 "@styled-system/theme-get": "5.0.5",
35 "@types/styled-system": "5.0.1",
36 "color": "3.1.2",
37 "react-animate-height": "2.0.9",
38 "react-focus-lock": "1.19.1",
39 "react-popper": "1.3.3",
40 "react-spring": "8.0.23",
41 "styled-system": "5.0.5",
42 "toasted-notes": "2.1.6",
43 "use-dark-mode": "2.3.1"
44 },
45 "peerDependencies": {
46 "@emotion/core": "10.x",
47 "@emotion/styled": "10.x",
48 "emotion-theming": "10.x",
49 "react": "16.x",
50 "react-dom": "16.x"
51 },
52 "devDependencies": {
53 "@babel/cli": "7.5.5",
54 "@babel/core": "7.5.5",
55 "@babel/plugin-proposal-class-properties": "7.5.5",
56 "@babel/plugin-proposal-object-rest-spread": "7.5.5",
57 "@babel/plugin-transform-object-assign": "7.2.0",
58 "@babel/plugin-transform-runtime": "7.5.5",
59 "@babel/preset-env": "7.5.5",
60 "@babel/preset-react": "7.0.0",
61 "@emotion/core": "10.0.10",
62 "@emotion/styled": "10.0.11",
63 "@storybook/addon-actions": "^5.1.3",
64 "@storybook/addon-knobs": "5.1.3",
65 "@storybook/addon-links": "^5.1.3",
66 "@storybook/addons": "^5.1.3",
67 "@storybook/react": "^5.1.3",
68 "babel-eslint": "10.0.1",
69 "babel-loader": "^8.0.6",
70 "babel-plugin-emotion": "10.0.9",
71 "babel-plugin-module-resolver": "3.2.0",
72 "babel-plugin-react-remove-properties": "0.3.0",
73 "babel-plugin-transform-react-remove-prop-types": "0.4.24",
74 "cross-env": "5.2.0",
75 "emotion-theming": "10.0.10",
76 "eslint": "5.16.0",
77 "eslint-config-react-app": "4.0.1",
78 "eslint-plugin-flowtype": "3.9.1",
79 "eslint-plugin-import": "2.17.3",
80 "eslint-plugin-jest": "22.6.4",
81 "eslint-plugin-jsx-a11y": "6.2.1",
82 "eslint-plugin-react": "7.13.0",
83 "eslint-plugin-react-hooks": "1.6.0",
84 "fs-extra": "8.1.0",
85 "glob": "7.1.4",
86 "nodemon": "1.19.1",
87 "path": "0.12.7",
88 "prop-types": "15.7.2",
89 "react": "16.8.6",
90 "react-dom": "16.8.6",
91 "rimraf": "2.6.3",
92 "rollup": "1.18.0",
93 "rollup-plugin-babel": "4.3.3",
94 "rollup-plugin-commonjs": "10.0.2",
95 "rollup-plugin-node-resolve": "5.2.0",
96 "rollup-plugin-terser": "5.1.1",
97 "rollup-plugin-typescript2": "0.22.1",
98 "typescript": "3.5.3"
99 },
100 "author": "Segun Adebayo <sage@adebayosegun.com>",
101 "license": "MIT",
102 "homepage": "https://github.com/segunadebayo/chakra-ui",
103 "repository": "https://github.com/segunadebayo/chakra-ui",
104 "keywords": [
105 "react",
106 "ui",
107 "design-system",
108 "react-components",
109 "uikit",
110 "accessible",
111 "components",
112 "emotion",
113 "library",
114 "design-system"
115 ]
116}