forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
204 lines (204 loc) · 7.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"name": "chakra-ui",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"examples/*",
"tooling/*",
"website"
],
"nohoist": [
"**/@types/theme-ui",
"**/@types/theme-ui/**",
"**/@types/theme-ui__components"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/chakra-ui.git"
},
"author": "Segun Adebayo <[email protected]>",
"license": "MIT",
"scripts": {
"lint:types": "lerna exec --parallel \"tsc --noEmit\"",
"contrib:add": "all-contributors add",
"contrib:gen": "all-contributors generate",
"prestart": "yarn && yarn bootstrap",
"boot": "yarn prestart && yarn build",
"start": "yarn build && yarn storybook",
"start:all": "yarn build && concurrently \"yarn docs develop\" \"yarn storybook\" ",
"build": "lerna run build --ignore @chakra-ui/test-utils --no-private --stream",
"test": "lerna run test --no-private --stream",
"lint": "lerna run lint --no-private --stream",
"storybook": "start-storybook -p 6006",
"clean": "lerna clean --yes && rm -rf node_modules",
"bootstrap": "lerna bootstrap --use-workspaces",
"bundlesize": "bundlesize -c bundlesize.config.json",
"commit": "git-cz",
"build:storybook": "build-storybook && sb extract",
"patch": "node -r esm scripts/patch-workspace.js",
"create-pkg": "node scripts/create-package.js",
"changes": "dotenv lerna-changelog",
"release": "lerna publish",
"release:ci": "lerna publish -y --loglevel verbose",
"version:next": "lerna version --exact --force-publish=* --preid rc",
"release:next": "lerna publish from-package --dist-tag next",
"docs": "yarn workspace @chakra-ui/docs",
"docs:build": "yarn docs build",
"docs:start": "yarn docs start",
"core": "yarn workspace @chakra-ui/core",
"icon": "yarn workspace @chakra-ui/icon",
"hooks": "yarn workspace @chakra-ui/hooks",
"utils": "yarn workspace @chakra-ui/utils",
"layout": "yarn workspace @chakra-ui/layout",
"theme": "yarn workspace @chakra-ui/theme",
"menu": "yarn workspace @chakra-ui/menu",
"accordion": "yarn workspace @chakra-ui/accordion",
"alert": "yarn workspace @chakra-ui/alert",
"checkbox": "yarn workspace @chakra-ui/checkbox",
"radio": "yarn workspace @chakra-ui/radio",
"tabs": "yarn workspace @chakra-ui/tabs",
"modal": "yarn workspace @chakra-ui/modal",
"portal": "yarn workspace @chakra-ui/portal",
"slider": "yarn workspace @chakra-ui/slider",
"editable": "yarn workspace @chakra-ui/editable",
"counter": "yarn workspace @chakra-ui/counter",
"number-input": "yarn workspace @chakra-ui/number-input",
"popover": "yarn workspace @chakra-ui/popover",
"popper": "yarn workspace @chakra-ui/popper",
"button": "yarn workspace @chakra-ui/button",
"tooltip": "yarn workspace @chakra-ui/tooltip",
"descendant": "yarn workspace @chakra-ui/descendant",
"clickable": "yarn workspace @chakra-ui/clickable",
"pin-input": "yarn workspace @chakra-ui/pin-input",
"avatar": "yarn workspace @chakra-ui/avatar",
"spinner": "yarn workspace @chakra-ui/spinner",
"breadcrumb": "yarn workspace @chakra-ui/breadcrumb",
"transition": "yarn workspace @chakra-ui/transition",
"live-region": "yarn workspace @chakra-ui/live-region",
"progress": "yarn workspace @chakra-ui/progress",
"form": "yarn workspace @chakra-ui/form-control",
"input": "yarn workspace @chakra-ui/input",
"collapse": "yarn workspace @chakra-ui/collapse",
"stat": "yarn workspace @chakra-ui/stat",
"toast": "yarn workspace @chakra-ui/toast",
"close-button": "yarn workspace @chakra-ui/close-button",
"switch": "yarn workspace @chakra-ui/switch",
"tags": "yarn workspace @chakra-ui/tag",
"icons": "yarn workspace @chakra-ui/icons",
"hidden": "yarn workspace @chakra-ui/visually-hidden",
"focuslock": "yarn workspace @chakra-ui/focus-lock",
"test-utils": "yarn workspace @chakra-ui/test-utils",
"system": "yarn workspace @chakra-ui/system",
"color-mode": "yarn workspace @chakra-ui/color-mode",
"drawer": "yarn workspace @chakra-ui/drawer",
"textarea": "yarn workspace @chakra-ui/textarea",
"image": "yarn workspace @chakra-ui/image",
"select": "yarn workspace @chakra-ui/select",
"css-reset": "yarn workspace @chakra-ui/css-reset",
"media-query": "yarn workspace @chakra-ui/media-query",
"skeleton": "yarn workspace @chakra-ui/skeleton",
"skip-nav": "yarn workspace @chakra-ui/skip-nav",
"babel-plugin": "yarn workspace babel-plugin-chakra-ui",
"theme-tools": "yarn workspace @chakra-ui/theme-tools",
"styled-system": "yarn workspace @chakra-ui/styled-system",
"control-box": "yarn workspace @chakra-ui/control-box",
"gatsby-plugin": "yarn workspace gatsby-plugin-chakra-ui"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"changelog": {
"repo": "https://github.com/chakra-ui/chakra-ui",
"labels": {
"Type: Breaking Change": "🔨 Breaking Changes",
"Type: Bug": "🐛 Bugfixes",
"Type: Documentation": "📝 Documentation",
"Type: Feature": "🚀 Features",
"Type: Enhancement": "✨ Enhancements",
"Type: Housekeeping": "🏡 Housekeeping"
}
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/runtime": "7.11.2",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@emotion/core": "10.0.35",
"@emotion/styled": "10.0.27",
"@jest/types": "26.3.0",
"@storybook/addon-a11y": "6.0.10",
"@storybook/addon-actions": "6.0.10",
"@storybook/addon-knobs": "6.0.10",
"@storybook/cli": "6.0.10",
"@storybook/react": "6.0.10",
"@types/jest": "26.0.10",
"@types/node": "14.6.0",
"@types/react": "16.9.46",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/shelljs": "0.8.8",
"@types/wordpress__jest-console": "^3.0.2",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"all-contributors-cli": "6.17.2",
"arg": "4.1.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-emotion": "10.0.33",
"bundlesize": "0.18.0",
"chalk": "4.1.0",
"commitizen": "4.1.2",
"concurrently": "5.3.0",
"cross-env": "7.0.2",
"cz-conventional-changelog": "3.2.0",
"dotenv-cli": "3.2.0",
"edit-json-file": "1.4.1",
"emotion-theming": "10.0.27",
"eslint": "7.7.0",
"eslint-plugin-jest-dom": "3.1.7",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-testing-library": "3.6.0",
"esm": "3.2.25",
"execa": "4.0.3",
"framer-motion": "2.4.2",
"fs-utils": "0.7.0",
"husky": "4.2.5",
"inquirer": "7.3.3",
"jest": "26.4.0",
"jest-emotion": "10.0.32",
"jest-environment-jsdom": "26.3.0",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"lint-staged": "10.2.11",
"listr": "0.14.3",
"ncp": "2.0.0",
"nodemon": "2.0.4",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "3.10.0",
"react-lorem-component": "^0.13.0",
"react-router-dom": "5.2.0",
"react-spinners": "0.9.0",
"react-test-renderer": "16.13.1",
"rimraf": "3.0.2",
"shelljs": "0.8.4",
"storybook-addon-performance": "0.12.0",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
}
}