forked from coinbase/cds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
236 lines (236 loc) · 10.4 KB
/
package.json
File metadata and controls
236 lines (236 loc) · 10.4 KB
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
{
"name": "design-system",
"version": "1.0.0",
"private": true,
"description": "Coinbase design system",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:coinbase/cds.git"
},
"contributors": [
{
"name": "Cody Persinger @codynova"
},
{
"name": "Stacy Sun @stacy-sun"
},
{
"name": "Adrien Zheng @adrienzheng"
},
{
"name": "Erich Kuerschner @e-kuerschner"
},
{
"name": "Hunter Copp @hcopp"
},
{
"name": "Max Macchi @maximomacchi"
},
{
"name": "Harry Hao @haoruikun"
},
{
"name": "Stephen Vergara @sverg84"
},
{
"name": "Siddharth Kulkarni @siddharthkul"
},
{
"name": "Tim Corcoran @timboutit"
},
{
"name": "Clinton Reece @clinton-reece"
},
{
"name": "Jeff Tan @j3tan"
}
],
"engines": {
"node": "^22"
},
"packageManager": "yarn@4.9.2",
"scripts": {
"bump-version": "tsx tools/bumpVersion.ts",
"changelog": "tsx tools/bumpVersion.ts",
"clean-nx-dir": "rm -rf .nx || true",
"clean-packemon-outs": "rm -rf packages/*/{dts,lib,esm,cjs} || true",
"clean-dist-outs": "rm -rf packages/*/dist || true",
"reset-nx-daemon": "nx reset",
"clean": "yarn clean-nx-dir && yarn clean-packemon-outs && yarn clean-dist-outs && yarn reset-nx-daemon",
"clean-expo": "rm -rf apps/mobile-app/ios && rm -rf apps/mobile-app/android && rm -rf apps/mobile-app/.expo",
"release": "tsx tools/ci/validators/validateVersioned.ts && yarn nx run codegen:update-packages-generic-bump && tsx ./tools/validateCDSVersions.ts",
"generate-tarballs": "node tools/generateTarballs.mjs",
"audit-figma-integration": "node scripts/auditFigmaIntegration/index.mjs",
"code-connect:publish": "yarn code-connect:publish:web && yarn code-connect:publish:mobile",
"code-connect:publish:web": "figma connect publish --config figma.config.web.json --exit-on-unreadable-files --batch-size 50",
"code-connect:publish:mobile": "figma connect publish --config figma.config.mobile.json --exit-on-unreadable-files --batch-size 50",
"perf:component-config": "yarn exec jest --config packages/web/jest.config.js --runTestsByPath packages/web/src/perf/component-config/Button.component-config.perf-test.tsx packages/web/src/perf/component-config/ComponentConfigProvider.perf-test.tsx packages/web/src/perf/component-config/ComponentConfigStickerSheet.perf-test.tsx --testMatch='**/*.perf-test.tsx' && yarn exec jest --config packages/mobile/jest.config.js --runTestsByPath packages/mobile/src/perf/component-config/Button.component-config.perf-test.tsx packages/mobile/src/perf/component-config/ComponentConfigProvider.perf-test.tsx packages/mobile/src/perf/component-config/ComponentConfigStickerSheet.perf-test.tsx --testMatch='**/*.perf-test.tsx'"
},
"resolutions": {
"@testing-library/user-event@^14.0.4": "patch:@testing-library/user-event@npm:14.0.4#.yarn/patches/@testing-library-user-event-npm-14.0.4-109d618170",
"framer-motion@^10.18.0": "patch:framer-motion@npm:10.18.0#.yarn/patches/framer-motion-npm-10.18.0-ae9ea02138",
"@expo/cli": "patch:@expo/cli@npm:0.18.29#.yarn/patches/@expo-cli-npm-0.18.29-f58906fdfb.patch",
"react-native": "patch:react-native@npm:0.74.5#.yarn/patches/react-native-npm-0.74.5-db5164f47b.patch",
"react-native-gesture-handler": "patch:react-native-gesture-handler@npm:2.16.2#.yarn/patches/react-native-gesture-handler-npm-2.16.2-c16529326b.patch",
"expo-splash-screen": "patch:expo-splash-screen@npm:0.27.5#.yarn/patches/expo-splash-screen-npm-0.27.5-f91e0b41df.patch",
"react-native-navigation-bar-color": "patch:react-native-navigation-bar-color@npm:2.0.2#.yarn/patches/react-native-navigation-bar-color-npm-2.0.2-9a2ea3aaf6.patch",
"expo-dev-launcher": "patch:expo-dev-launcher@npm:4.0.27#.yarn/patches/expo-dev-launcher-npm-4.0.27-c2ab5dd4a5.patch",
"react-helmet-async": "^2.0.5",
"ajv@^6.0.0": "^6.14.0",
"elliptic": "^6.6.0",
"ip": "^2.0.1",
"minimatch": "^10.2.4",
"glob@7.1.6": "patch:glob@npm:7.1.6#.yarn/patches/glob-npm-7.1.6-minimatch10-symbol.patch",
"koa": "^3.1.2",
"tar": "^7.5.12",
"bn.js": "^5.2.3"
},
"resolutionComments": {
"@testing-library/user-event@^14.0.4": "Create subpath export for types.",
"framer-motion@^10.18.0": "Export missing types",
"@expo/cli": "[Managed by CMR] Necessary to use the proper appId when opening the app via Expo CLI shortcuts `i` or `a`. Handle tar v7 compatibility (tar v7 sets __esModule:true with no default export).",
"react-native": "[Managed by CMR] Fixes bug presenting a modal on iOS.",
"react-native-gesture-handler": "[Managed by CMR] Fix performance regression. Can remove once upgrading to version 2.18.0",
"expo-splash-screen": "[Managed by CMR] Adds support for transitions and bottom images in the splash screen. We aim to upstream some of those improvements to Expo.",
"react-native-navigation-bar-color": "[Managed by CMR] Promisify react-native-navigation-bar-color.",
"expo-dev-launcher": "[Managed by CMR] Necessary to install the Expo network inspector for the Android `development` build type. Issue tracked internally by Expo.",
"react-helmet-async": "Working around Nx graph resolution issue",
"ajv": "Request from Coinbase Security team to fix security vulnerability",
"elliptic": "Request from Coinbase Security team to fix security vulnerability",
"ip": "Request from Coinbase Security team to fix security vulnerability",
"minimatch": "Request from Coinbase Security team to fix security vulnerability",
"glob@7.1.6": "Handle minimatch@10's Symbol(GLOBSTAR) in pattern arrays (used by @expo/config). Avoids 'Cannot convert a Symbol value to a string' when starting Expo.",
"koa": "Request from Coinbase Security team to fix security vulnerability",
"tar": "Request from Coinbase Security team to fix security vulnerability",
"bn.js": "Request from Coinbase Security team to fix security vulnerability"
},
"workspaces": [
"actions/*",
"apps/*",
"libs/*",
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.28.0",
"@babel/parser": "^7.20.13",
"@babel/plugin-external-helpers": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.28.2",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@coinbase/eslint-plugin-cds": "workspace:^",
"@coinbase/eslint-plugin-internal": "workspace:^",
"@figma/code-connect": "^1.3.13",
"@graphql-tools/jest-transform": "^2.0.0",
"@inquirer/prompts": "^7.5.3",
"@joshcena/docusaurus-plugin-utils": "^0.1.3",
"@linaria/postcss-linaria": "^5.0.0",
"@linaria/stylelint": "^3.0.0-beta.22",
"@nx/eslint": "20.8.2",
"@nx/jest": "20.8.2",
"@nx/workspace": "20.8.2",
"@parcel/css-cli": "^1.9.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.0.4",
"@types/d3-array": "^3.2.1",
"@types/d3-color": "^3.1.3",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-interpolate-path": "^2.0.3",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/dotenv-webpack": "^7.0.3",
"@types/ejs": "^3.1.0",
"@types/humps": "^2.0.0",
"@types/intl": "^1.2.0",
"@types/jest": "^28.1.3",
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.14.178",
"@types/mini-css-extract-plugin": "^2.2.0",
"@types/node": "^22",
"@types/react-is": "^17.0.2",
"@types/react-router-dom": "^5.2.0",
"@types/react-test-renderer": "^18.3.0",
"@types/react-virtualized": "^9.21.13",
"@types/semver": "^7",
"@types/url-parse": "^1.4.3",
"@types/yargs": "^17.0.11",
"@typescript-eslint/parser": "^7.18.0",
"@yarnpkg/types": "^4.0.0",
"autoprefixer": "^10.4.7",
"axios": "^0.18.0",
"babel-loader": "^10.0.0",
"babel-plugin-dotenv-import": "^3.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"chalk": "^4.1.2",
"depcheck": "patch:depcheck@npm%3A1.4.7#.yarn/patches/depcheck-npm-1.4.7-d4cc813cc3.patch",
"diff": "^5.1.0",
"dotenv-webpack": "7.0.3",
"eslint": "^9.22.0",
"eslint-import-resolver-typescript": "^3.8.7",
"eslint-plugin-codegen": "^0.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-react-native-a11y": "^3.5.1",
"eslint-plugin-react-perf": "^3.3.3",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^9.1.2",
"eslint-plugin-testing-library": "^7.1.1",
"execa": "^5.1.1",
"fast-glob": "^3.2.11",
"glob": "^10.3.10",
"globals": "^16.0.0",
"inquirer": "^12.1.0",
"jest": "^29.7.0",
"jest-axe": "^10.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^4.0.2",
"node-fetch": "^2.6.7",
"nx": "20.8.2",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"postcss-sort-media-queries": "^4.2.1",
"postcss-styled-syntax": "^0.7.1",
"prettier": "^3.6.2",
"react-test-renderer": "^18.3.1",
"reassure": "^0.7.1",
"shelljs": "^0.8.5",
"simple-git": "^3.19.1",
"stylelint": "^15.11.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^13.0.0",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-prettier": "^4.1.0",
"ts-morph": "^19.0.0",
"tsconfig-paths": "^4.0.0",
"tsx": "^4.19.1",
"type-fest": "^2.19.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.26.1",
"webfont": "11.2.26",
"webpack": "^5.101.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"yargs": "^17.5.1"
}
}