forked from shapeshift/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
204 lines (204 loc) · 7.17 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ensdomains/ensjs": "^2.0.1",
"@formatjs/intl-getcanonicallocales": "^1.8.0",
"@formatjs/intl-locale": "^2.4.40",
"@formatjs/intl-numberformat": "^7.2.2",
"@formatjs/intl-pluralrules": "^4.1.2",
"@metamask/detect-provider": "^1.2.0",
"@reduxjs/toolkit": "^1.7.0",
"@shapeshiftoss/asset-service": "^1.10.0",
"@shapeshiftoss/caip": "^1.8.0",
"@shapeshiftoss/chain-adapters": "^1.25.0",
"@shapeshiftoss/hdwallet-core": "^1.18.3",
"@shapeshiftoss/hdwallet-keepkey": "^1.18.3",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.18.3",
"@shapeshiftoss/hdwallet-metamask": "^1.18.4",
"@shapeshiftoss/hdwallet-native": "^1.18.3",
"@shapeshiftoss/hdwallet-native-vault": "^1.18.3",
"@shapeshiftoss/hdwallet-portis": "^1.18.3",
"@shapeshiftoss/market-service": "^1.8.0",
"@shapeshiftoss/swapper": "^1.15.1",
"@shapeshiftoss/types": "^1.21.0",
"@shapeshiftoss/unchained-client": "^5.1.0",
"@shapeshiftoss/unchained-tx-parser": "^5.1.0",
"@types/history": "^4.7.9",
"@visx/axis": "^2.4.0",
"@visx/brush": "^2.5.0",
"@visx/gradient": "^2.1.0",
"@visx/responsive": "^2.4.1",
"@visx/shape": "^2.4.0",
"@visx/tooltip": "^2.2.2",
"allsettled-polyfill": "^1.0.4",
"axios": "^0.24.0",
"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.5.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"dompurify": "^2.3.2",
"envalid": "^7.2.1",
"framer-motion": "^4",
"https-browserify": "^1.0.0",
"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.1",
"react": "^17.0.2",
"react-countdown-circle-timer": "^2.5.4",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.21.2",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-middle-ellipsis": "^1.2.1",
"react-number-format": "^4.8.0",
"react-polyglot": "^0.7.2",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.6",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-text-mask": "^5.4.3",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"redux-persist": "^6.0.0",
"reselect": "^4.1.5",
"scrypt-js": "^3.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"web-vitals": "^2.1.0",
"web3": "^1.6.1"
},
"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 headers.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 react-app-rewired start",
"dev:silent": "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 BROWSER=none react-app-rewired start",
"local-ci": "yarn lint && yarn type-check && yarn test && yarn build",
"lint": "eslint -c .eslintrc src --ext .ts,.tsx",
"lint:fix": "yarn lint --fix",
"minify": "yarn yarn-minify",
"test": "react-app-rewired test --coverage --watchAll=false",
"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 release",
"merge-release": "./scripts/release.sh main"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"jest": {
"collectCoverageFrom": [],
"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"
]
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@snek-at/storybook-addon-chakra-ui": "^1.0.0-beta.1",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/builder-webpack5": "^6.4.9",
"@storybook/manager-webpack5": "^6.4.9",
"@storybook/node-logger": "^6.4.9",
"@storybook/preset-create-react-app": "^4.0.0",
"@storybook/react": "^6.4.9",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.2.1",
"@types/bignumber.js": "^5.0.0",
"@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/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": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-infinite-scroller": "^1.2.2",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"cypress": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"fast-json-stable-stringify": "^2.1.0",
"msw": "^0.36.5",
"msw-storybook-addon": "^1.6.0",
"prettier": "^2.3.2",
"react-app-rewired": "^2.1.9",
"reselect-tools": "^0.0.7",
"ssri": "^8.0.1",
"storybook-dark-mode": "^1.0.8",
"ts-jest": "^27.0.4",
"typescript": "^4.5.2",
"val-loader": "^4.0.0",
"web3-utils": "^1.5.2",
"webpack": "5.65.0",
"webpack-subresource-integrity": "^5.0.0",
"yarn-minify": "^1.0.1"
},
"resolutions": {
"babel-loader": "8.1.0"
},
"config-overrides-path": "react-app-rewired.config.js",
"fork-ts-checker": {
"typescript": {
"memoryLimit": 4096
}
}
}