-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
/
Copy pathpackage.json
205 lines (205 loc) · 7.03 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
205
{
"name": "@storybook/scripts",
"version": "7.0.0-alpha.16",
"private": true,
"scripts": {
"check": "./prepare/check-scripts.ts",
"docs:prettier:check": "cd ../docs && prettier --check ./snippets",
"docs:prettier:write": "cd ../docs && prettier --write ./snippets",
"get-report-message": "ts-node --swc ./get-report-message.ts",
"get-template": "ts-node --swc ./get-template.ts",
"lint": "yarn lint:js && yarn lint:md",
"lint:js": "yarn lint:js:cmd . --quiet",
"lint:js:cmd": "cross-env NODE_ENV=production eslint --cache --cache-location=../.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"migrate-docs": "node --require esbuild-register ./ts-to-ts49.ts",
"release:generate-pr-description": "ts-node --swc ./release/generate-pr-description.ts",
"release:get-changelog-from-file": "ts-node --swc ./release/get-changelog-from-file.ts",
"release:get-current-version": "ts-node --swc ./release/get-current-version.ts",
"release:get-version-changelog": "ts-node --swc ./release/get-version-changelog.ts",
"release:is-pr-frozen": "ts-node --swc ./release/is-pr-frozen.ts",
"release:is-prerelease": "ts-node --swc ./release/is-prerelease.ts",
"release:is-version-published": "ts-node --swc ./release/is-version-published.ts",
"release:label-patches": "ts-node --swc ./release/label-patches.ts",
"release:pick-patches": "ts-node --swc ./release/pick-patches.ts",
"release:publish": "ts-node --swc ./release/publish.ts",
"release:unreleased-changes-exists": "ts-node --swc ./release/unreleased-changes-exists.ts",
"release:version": "ts-node --swc ./release/version.ts",
"release:write-changelog": "ts-node --swc ./release/write-changelog.ts",
"strict-ts": "node --require esbuild-register ./strict-ts.ts",
"task": "ts-node --swc ./task.ts",
"test": "jest --config ./jest.config.js",
"upgrade": "ts-node --swc ./task.ts",
"upload-bench": "ts-node ./upload-bench.ts"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint-staged"
}
},
"lint-staged": {
"*.{html,js,json,jsx,mjs,ts,tsx}": [
"yarn lint:js:cmd --fix"
],
"package.json": [
"yarn lint:package"
]
},
"resolutions": {
"@testing-library/jest-dom": "^5.11.9",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.18.0",
"eslint": "^8.28.0",
"serialize-javascript": "^3.1.0",
"type-fest": "~2.19"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@babel/core": "^7.22.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-decorators": "^7.22.0",
"@babel/plugin-syntax-jsx": "^7.21.0",
"@babel/plugin-syntax-typescript": "^7.21.0",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.21.0",
"@babel/types": "^7.22.0",
"@emotion/jest": "^11.10.5",
"@google-cloud/bigquery": "^6.2.0",
"@jest/globals": "^29.3.1",
"@nx/workspace": "16.2.1",
"@octokit/graphql": "^5.0.5",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/jest": "next",
"@storybook/linter-config": "^3.1.2",
"@storybook/testing-library": "next",
"@swc/core": "1.3.82",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/cross-spawn": "^6.0.2",
"@types/detect-port": "^1.3.2",
"@types/ejs": "^3.1.1",
"@types/escodegen": "^0.0.6",
"@types/express": "^4.17.11",
"@types/fs-extra": "^11.0.1",
"@types/http-server": "^0.12.1",
"@types/lodash": "^4",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.7",
"@types/prettier": "^2",
"@types/pretty-hrtime": "^1.0.0",
"@types/prompts": "2.0.11",
"@types/react": "^16.14.34",
"@types/react-dom": "^16.9.17",
"@types/semver": "^7.3.4",
"@types/serve-static": "^1.13.8",
"@types/uuid": "^9.0.1",
"@types/wait-on": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"ansi-regex": "^5.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"boxen": "^5.1.2",
"chalk": "^4.1.0",
"codecov": "^3.8.1",
"commander": "^6.2.1",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"danger": "^11.2.6",
"dataloader": "^2.2.2",
"detect-port": "^1.3.0",
"ejs": "^3.1.8",
"ejs-lint": "^2.0.0",
"esbuild": "^0.18.0",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-register": "^3.5.0",
"eslint": "^8.28.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-storybook": "^0.6.6",
"execa": "^6.1.0",
"express": "^4.17.3",
"fast-folder-size": "^2.1.0",
"fast-glob": "^3.2.12",
"find-up": "^5.0.0",
"fs-extra": "^11.1.0",
"github-release-from-changelog": "^2.1.1",
"glob": "^10.0.0",
"http-server": "^14.1.1",
"husky": "^4.3.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-image-snapshot": "^6.0.0",
"jest-junit": "^14.0.1",
"jest-mock-extended": "^3.0.4",
"jest-os-detection": "^1.3.1",
"jest-serializer-html": "^7.1.0",
"jest-watch-typeahead": "^2.2.1",
"json5": "^2.2.3",
"junit-xml": "^1.2.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"node-fetch": "^2.6.1",
"node-gyp": "^9.3.1",
"npmlog": "^5.0.1",
"nx": "16.2.1",
"nx-cloud": "16.0.5",
"ora": "^5.4.1",
"p-limit": "^3.1.0",
"p-retry": "^5.1.2",
"playwright": "1.36.0",
"playwright-core": "1.36.0",
"prettier": "^2.8.0",
"pretty-bytes": "^6.1.0",
"pretty-hrtime": "^1.0.0",
"pretty-ms": "^8.0.0",
"process": "^0.11.10",
"prompts": "^2.4.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"read-pkg-up": "^7.0.1",
"recast": "^0.23.1",
"remark": "^14.0.3",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"semver": "^7.3.7",
"serve-static": "^1.14.1",
"simple-git": "^3.18.0",
"slash": "^3.0.0",
"sort-package-json": "^2.0.0",
"tempy": "^1.0.0",
"tiny-invariant": "^1.3.1",
"trash": "^7.0.0",
"ts-dedent": "^2.0.0",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"type-fest": "~2.19",
"typescript": "5.0.4",
"util": "^0.12.4",
"uuid": "^9.0.0",
"wait-on": "^7.0.1",
"window-size": "^1.1.1",
"yaml": "^2.3.1",
"zod": "^3.21.4"
},
"optionalDependencies": {
"@verdaccio/types": "^10.2.0",
"ts-loader": "^9.4.2",
"verdaccio": "^5.19.1",
"verdaccio-auth-memory": "^10.2.0"
},
"packageManager": "yarn@3.3.0",
"engines": {
"node": ">=16.0.0"
}
}