forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
172 lines (172 loc) · 5.77 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
{
"name": "chakra-ui",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"examples/*",
"tooling/*",
"website"
],
"nohoist": [
"@emotion/core/types",
"**/@emotion/core/types",
"**/@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 <sage@adebayosegun.com>",
"license": "MIT",
"scripts": {
"pkg": "manypkg run",
"check:pkgs": "manypkg check",
"fix:pkgs": "manypkg fix",
"version:pkgs": "changeset version",
"clean:emotion-types": "rm -rf node_modules/@emotion/core/types",
"postinstall": "yarn clean:emotion-types && yarn check:pkgs",
"csb:pkgs": "node -r esm scripts/csb.js",
"csb:install": "yarn prestart && yarn csb:pkgs",
"contributors:add": "all-contributors add",
"contributors:gen": "all-contributors generate",
"prestart": "yarn && yarn bootstrap",
"boot": "yarn prestart && yarn build",
"start": "yarn prebuild && yarn storybook",
"start:all": "yarn build && concurrently \"yarn docs dev\" \"yarn storybook\" ",
"prebuild": "yarn pkg babel-plugin build",
"build": "lerna run build --ignore @chakra-ui/test-utils --no-private --stream",
"build:templates": "ts-node -T scripts/build-templates.ts",
"test": "lerna run test --no-private --stream",
"lint": "lerna run lint --no-private --stream",
"lint:types": "lerna run lint:types --no-private --stream",
"prestorybook": "rimraf node_modules/.cache/storybook",
"storybook": "start-storybook -p 6006",
"clean": "lerna clean --yes && rm -rf node_modules",
"clean-dist": "yarn lerna exec -- rimraf dist",
"bootstrap": "lerna bootstrap --use-workspaces",
"commit": "git-cz",
"build:storybook": "build-storybook && sb extract",
"members:gen": "ts-node scripts/all-members.ts",
"avatars:gen": "ts-node scripts/avatars.ts",
"search-meta:gen": "ts-node scripts/get-search-meta.ts",
"gen:pkg": "ts-node scripts/plopfile.ts",
"release": "changeset publish",
"docs": "yarn workspace @chakra-ui/docs",
"docs:deploy": "yarn build && yarn docs:build-ci && cp -r website/public .",
"docs:build-ci": "yarn members:gen && yarn docs:build",
"docs:build": "yarn avatars:gen && yarn search-meta:gen && yarn docs build",
"docs:dev": "yarn avatars:gen && yarn docs dev",
"docs:start": "yarn docs start",
"dedup": "yarn-deduplicate --strategy highest yarn.lock"
},
"resolutions": {
"**/react": "17.0.1",
"**/react-dom": "17.0.1",
"@popperjs/core": "2.4.4"
},
"version": "1.0.0",
"dependencies": {
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"@babel/preset-react": "^7.12.0",
"@babel/preset-typescript": "^7.12.0",
"@babel/runtime": "^7.12.0",
"@changesets/changelog-github": "0.2.7",
"@changesets/cli": "2.12.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@emotion/jest": "11.1.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@jest/types": "26.6.2",
"@manypkg/cli": "0.17.0",
"@storybook/addon-a11y": "~6.2.2",
"@storybook/addon-actions": "~6.2.2",
"@storybook/addon-knobs": "~6.2.2",
"@storybook/addon-toolbars": "~6.2.2",
"@storybook/cli": "~6.2.2",
"@storybook/react": "~6.2.2",
"@types/imagemin": "7.0.0",
"@types/imagemin-jpegtran": "5.0.0",
"@types/jest": "^26.0.19",
"@types/mkdirp": "1.0.1",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "5.1.7",
"@types/react-table": "7.0.26",
"@types/shelljs": "0.8.8",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"all-contributors-cli": "6.19.0",
"arg": "5.0.0",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"bundlesize": "0.18.0",
"chalk": "4.1.0",
"commitizen": "4.2.2",
"concurrently": "5.3.0",
"cross-env": "7.0.3",
"csstype": "^3.0.6",
"cz-conventional-changelog": "3.3.0",
"dotenv-cli": "4.0.0",
"edit-json-file": "1.5.0",
"eslint": "7.17.0",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-config-prettier": "7.1.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-testing-library": "3.9.2",
"esm": "3.2.25",
"execa": "5.0.0",
"framer-motion": "^4.0.0",
"fs-utils": "0.7.0",
"husky": "4.3.6",
"imagemin": "7.0.1",
"imagemin-jpegtran": "7.0.0",
"inquirer": "7.3.3",
"jest": "26.6.3",
"jest-environment-jsdom": "26.6.2",
"jest-watch-typeahead": "0.6.1",
"lerna": "3.22.1",
"lint-staged": "10.5.3",
"listr": "0.14.3",
"markdown-toc": "1.2.0",
"mkdirp": "^1.0.4",
"ncp": "2.0.0",
"node-fetch": "2.6.1",
"nodemon": "2.0.6",
"pkg-dir": "^4.2.0",
"plop": "2.7.4",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "6.14.0",
"react-icons": "^4.1.0",
"react-lorem-component": "0.13.0",
"react-router-dom": "5.2.0",
"react-spinners": "0.10.4",
"react-table": "7.6.2",
"react-test-renderer": "^17.0.1",
"rimraf": "3.0.2",
"sharp": "0.27.0",
"shelljs": "0.8.4",
"storybook-addon-performance": "0.15.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"typescript": "^4.1.3",
"uuid": "8.3.2",
"yarn-deduplicate": "3.1.0"
}
}