-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
182 lines (182 loc) · 5.36 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
{
"name": "beyond-ui",
"version": "0.0.0",
"private": true,
"repository": "git://github.com/renli-tech/Beyond.git",
"author": "opeabidemi <[email protected]>",
"workspaces": {
"packages": [
"packages/*",
"examples/*"
],
"nohoist": [
"**/babel**",
"**/eslint**",
"**/jest"
]
},
"dependencies": {
"@testing-library/jest-dom": "5.16.1",
"@testing-library/user-event": "13.5.0",
"@testing-library/react": "12.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"typescript": "4.9.4",
"web-vitals": "2.1.2"
},
"scripts": {
"start:docs": "yarn --cwd ./docs start",
"bootstrap": "lerna bootstrap --use-workspaces && yarn hooks:install",
"build": "lerna run --stream build",
"build:docs": "yarn --cwd ./docs build",
"deploy:docs": "yarn --cwd ./docs deploy",
"rebuild": "run-s clean bootstrap build",
"clean": "lerna run clean && lerna clean -y",
"test": "lerna run --stream test",
"bundle": "run-s clean bootstrap fix build test",
"watch": "lerna run watch --parallel --concurrency 999",
"dev": "lerna run dev",
"prebootstrap": "yarn",
"fix": "run-s fix:*",
"fix:code": "yarn lint:code --fix",
"fix:svg": "node scripts/format-svg.js",
"fix:other": "yarn prettier --write",
"hooks:uninstall": "husky uninstall",
"hooks:install": "husky install",
"lint": "run-p --continue-on-error lint:*",
"lint:code": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .ts,.tsx .",
"lint:other": "yarn prettier --check",
"lerna:publish": "npx lerna publish --conventional-commits",
"lerna:changed": "npx lerna changed",
"prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"license": "MIT",
"engines": {
"node": ">=10.17.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"yarn fix:code"
],
"*.{md,css,scss,yaml,yml}": [
"yarn fix:other"
],
"*.svg": [
"yarn fix:svg"
]
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Opera versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 ChromeAndroid versions"
],
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/node": "7.18.10",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.18.9",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@commitlint/config-lerna-scopes": "15.0.0",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/pluginutils": "4.1.1",
"@storybook/addon-actions": "6.4.9",
"@storybook/addon-essentials": "6.4.9",
"@storybook/addon-links": "6.4.9",
"@storybook/node-logger": "6.4.9",
"@storybook/preset-create-react-app": "3.2.0",
"@storybook/react": "6.4.9",
"@types/classnames": "2.3.0",
"@types/node": "16.11.59",
"@types/jest": "27.5.2",
"@types/prettier": "2.4.2",
"@types/react-router-dom": "5.3.2",
"@types/react-test-renderer": "17.0.2",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"autoprefixer": "10.4.11",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.5",
"chalk": "5.0.1",
"commitlint": "15.0.0",
"copy-webpack-plugin": "10.0.0",
"cross-env": "7.0.3",
"csstype": "3.0.10",
"eslint": "8.4.1",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"figures": "4.0.1",
"filesize": "6.4.0",
"fs-extra": "10.0.0",
"gzip-size": "7.0.0",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"jest-watch-typeahead": "1.0.0",
"lerna": "4.0.0",
"lerna-changelog": "2.2.0",
"lint-staged": "12.1.2",
"lodash": "4.17.21",
"log-update": "5.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier-eslint": "13.0.0",
"react-test-renderer": "17.0.2",
"resolve": "1.20.0",
"rimraf": "3.0.2",
"rollup": "2.78.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.1",
"svgo": "2.8.0",
"ts-jest": "27.1.5",
"ts-node": "10.4.0",
"uuid": "8.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}