forked from shapeshift/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
246 lines (246 loc) · 8.86 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
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
237
238
239
240
241
242
243
244
245
246
{
"name": "@shapeshiftoss/web",
"version": "1.27.0",
"private": true,
"scripts": {
"show-linked-packages": "find node_modules node_modules/@* -maxdepth 1 -type l -print",
"link-packages": "./scripts/link-packages.sh",
"unlink-packages": "find node_modules node_modules/@* -maxdepth 1 -type l -print | awk -F/ '{ printf \"%s/%s\\n\",$2,$3; }' | xargs yarn unlink && yarn install --force",
"build": "NODE_OPTIONS=--max-old-space-size=4096 IMAGE_INLINE_SIZE_LIMIT=0 INLINE_RUNTIME_CHUNK=false DISABLE_ESLINT_PLUGIN=true react-app-rewired build && node ./scripts/writeHeaders.js && ./scripts/sha256sums.sh && ./scripts/verifyWebpackHashes.sh",
"dev": "NODE_OPTIONS=--max-old-space-size=4096 ESLINT_NO_DEV_ERRORS=true TSC_COMPILE_ON_ERROR=true IMAGE_INLINE_SIZE_LIMIT=0 INLINE_RUNTIME_CHUNK=false CYPRESS_RELAXED_SECURITY=true react-app-rewired start",
"dev:silent": "BROWSER=none yarn dev",
"local-ci": "yarn lint && yarn type-check && yarn test && yarn build",
"lint": "eslint -c .eslintrc src cypress --ext .ts,.tsx",
"lint:cypress": "eslint -c ./cypress/.eslintrc src --ext .ts,.tsx",
"lint:fix": "yarn lint --fix",
"lint:cypress:fix": "yarn lint:cypress --fix",
"minify": "yarn yarn-minify",
"test": "yarn jest --preset ts-jest react-app-rewired && react-app-rewired test --coverage --watchAll=false",
"test:cypress": "yarn cypress open",
"test:cypress:headless": "yarn cypress run --headless",
"test:cypress:rerecord": "yarn cypress run --browser chrome --headless --env forceRecord=true",
"test:cypress:clean": "yarn cypress run --browser chrome --headless --env cleanMocks=true",
"clean": "rimraf node_modules",
"test:dev": "react-app-rewired test --watch",
"type-check": "tsc --project ./tsconfig.json --noEmit",
"type-check-watch": "tsc --watch --project ./tsconfig.json --noEmit",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"postinstall": "./scripts/postinstall.sh",
"create-release": "./scripts/release.sh create",
"merge-release": "./scripts/release.sh merge"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"jest": {
"collectCoverageFrom": [],
"coveragePathIgnorePatterns": [
"./src/env"
],
"setupFiles": [
"./src/test/setupGlobalMocks.ts"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"config-overrides-path": "react-app-rewired.config.js",
"fork-ts-checker": {
"typescript": {
"memoryLimit": 4096
}
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.6.18",
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/system": "^2.1.3",
"@chakra-ui/tag": "^2.0.2",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@ensdomains/ensjs": "^2.1.0",
"@formatjs/intl-getcanonicallocales": "^2.0.2",
"@formatjs/intl-locale": "^3.0.2",
"@formatjs/intl-numberformat": "^8.0.2",
"@formatjs/intl-pluralrules": "^5.0.2",
"@metamask/detect-provider": "^1.2.0",
"@reduxjs/toolkit": "^1.8.2",
"@shapeshiftoss/asset-service": "^7.4.3",
"@shapeshiftoss/caip": "^6.15.0",
"@shapeshiftoss/chain-adapters": "^7.16.0",
"@shapeshiftoss/errors": "^1.1.2",
"@shapeshiftoss/hdwallet-core": "^1.29.0",
"@shapeshiftoss/hdwallet-keepkey": "^1.29.0",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.29.0",
"@shapeshiftoss/hdwallet-keplr": "^1.29.0",
"@shapeshiftoss/hdwallet-metamask": "^1.29.0",
"@shapeshiftoss/hdwallet-native": "^1.29.0",
"@shapeshiftoss/hdwallet-native-vault": "^1.29.0",
"@shapeshiftoss/hdwallet-portis": "^1.29.0",
"@shapeshiftoss/hdwallet-tallyho": "^1.29.0",
"@shapeshiftoss/hdwallet-walletconnect": "^1.29.0",
"@shapeshiftoss/hdwallet-xdefi": "^1.29.0",
"@shapeshiftoss/investor-foxy": "^4.1.0",
"@shapeshiftoss/investor-yearn": "^4.1.0",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/market-service": "^6.5.0",
"@shapeshiftoss/swapper": "^9.16.2",
"@shapeshiftoss/types": "^8.2.0",
"@shapeshiftoss/unchained-client": "^9.9.0",
"@uniswap/sdk": "^3.0.3",
"@unstoppabledomains/resolution": "^7.1.4",
"@visx/axis": "^2.10.0",
"@visx/brush": "^2.10.1",
"@visx/gradient": "^2.10.0",
"@visx/responsive": "^2.10.0",
"@visx/shape": "^2.10.0",
"@visx/tooltip": "^2.10.0",
"@walletconnect/web3-provider": "^1.7.8",
"allsettled-polyfill": "^1.0.4",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"bip39": "^3.0.4",
"browserify-zlib": "^0.2.0",
"bs58check": "^2.1.2",
"buffer": "^6.0.3",
"chakra-ui-steps": "^1.7.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.3",
"dompurify": "^2.3.8",
"envalid": "^7.3.1",
"framer-motion": "^6.3.11",
"friendly-challenge": "0.9.2",
"html-react-parser": "^1.4.14",
"html5-qrcode": "^2.2.1",
"https-browserify": "^1.0.0",
"js-file-download": "^0.4.12",
"lit-html": "^2.2.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"node-polyglot": "^2.4.0",
"numeral": "^2.0.6",
"process": "^0.11.10",
"qr-image": "^3.2.0",
"qs": "^6.10.5",
"re-reselect": "^4.0.0",
"react": "^18.2.0",
"react-countdown-circle-timer": "^3.0.9",
"react-datepicker": "^4.8.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-infinite-scroller": "^1.2.6",
"react-number-format": "^4.9.3",
"react-polyglot": "^0.7.2",
"react-redux": "^7.2.8",
"react-router": "^5.3.3",
"react-router-breadcrumbs-hoc": "^4.1.0",
"react-router-dom": "^5.3.3",
"react-table": "^7.8.0",
"react-text-mask": "^5.4.3",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.7",
"redux-persist": "^6.0.0",
"reselect": "^4.1.6",
"resize-observer-polyfill": "^1.5.1",
"scrypt-js": "^3.0.1",
"simplex-noise": "^3.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"web-vitals": "^2.1.4",
"web3": "1.7.4"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@keplr-wallet/types": "^0.10.5",
"@peculiar/webcrypto": "^1.3.3",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/node-logger": "^6.5.9",
"@storybook/preset-create-react-app": "^4.0.1",
"@storybook/react": "^6.5.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/bignumber.js": "^5.0.0",
"@types/circular-dependency-plugin": "^5.0.5",
"@types/crypto-js": "^4.0.2",
"@types/d3-array": "^3.0.1",
"@types/d3-time-format": "^4.0.0",
"@types/dompurify": "^2.3.2",
"@types/history": "^4.7.11",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.12",
"@types/node-polyglot": "^2.4.2",
"@types/numeral": "^2.0.1",
"@types/qr-image": "^3.2.5",
"@types/react": "^18.0.14",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "^18.0.5",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.2",
"@types/react-table": "^7.7.12",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/redux-logger": "^3.0.9",
"@types/semver": "^7.3.10",
"@types/ssri": "^7.1.1",
"circular-dependency-plugin": "^5.2.2",
"cypress": "^10.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"fast-json-stable-stringify": "^2.1.0",
"jest-mock": "^27.5.1",
"msw": "^0.36.5",
"msw-storybook-addon": "^1.6.0",
"multiformats": "^9.6.3",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
"react-app-rewired": "^2.1.9",
"react-scripts": "^5.0.0",
"reselect-tools": "^0.0.7",
"ssri": "^8.0.1",
"storybook-dark-mode": "^1.0.9",
"ts-jest": "^27.1.5",
"ts-node": "^10.8.0",
"typescript": "^4.7.0",
"val-loader": "^4.0.0",
"web3-utils": "^1.5.2",
"webpack": "5.72.1",
"webpack-subresource-integrity": "^5.0.0",
"yarn-minify": "^1.0.1"
}
}