-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
193 lines (193 loc) · 6.09 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
{
"private": true,
"workspaces": ["packages/*"],
"dependencies": {
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "5.5.1",
"@ethersproject/units": "^5.5.0",
"@pavelzubov/use-api-request": "pavelzubov/use-api-request#1.4.3",
"@sumsub/websdk": "^1.3.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@zeit/next-workers": "^1.0.1-canary.1",
"browser-image-compression": "^1.0.8",
"cacheable-response": "^1.10.0",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^4.0.0",
"d3": "^5.15.0",
"dayjs": "^1.8.16",
"dotenv": "^8.0.0",
"file-saver": "^2.0.2",
"http-proxy-middleware": "^1.0.3",
"i18next": "19.3.3",
"i18next-browser-languagedetector": "4.0.2",
"i18next-xhr-backend": "3.2.2",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"jsdom": "^16.1.0",
"jwt-decode": "^2.2.0",
"lazysizes": "^5.2.0",
"lodash": "^4.17.11",
"lodash-es": "^4.17.11",
"majestic": "^1.8.0",
"memoize-one": "^5.1.1",
"next-compose-plugins": "^2.2.0",
"next-cookies": "^1.1.2",
"next-i18next": "4.5",
"next-images": "^1.4.0",
"next-transpile-modules": "^4.1.0",
"nextjs-fonts": "^0.22.0",
"node-sass": "^4.13.1",
"preact": "^10.4.8",
"preact-render-to-string": "^5.1.10",
"qrcode.react": "^0.9.3",
"qs": "^6.9.0",
"raf": "^3.4.1",
"rc-slider": "^8.6.3",
"react": "^16.8.6",
"react-alice-carousel": "^2.5.1",
"react-cropper": "^1.3.0",
"react-dom": "^16.8.6",
"react-dropzone": "^10.2.1",
"react-event-listener": "^0.6.6",
"react-hook-form": "^4.8.0",
"react-i18next": "11.3.3",
"react-infinite-scroller": "^1.2.4",
"react-input-range": "^1.3.0",
"react-number-format": "^3.6.2",
"react-popper": "^0.10.1",
"react-pose": "^4.0.8",
"react-redux": "^7.1.0",
"react-resize-detector": "^4.2.1",
"react-scripts": "^3.3.1",
"react-select": "^1.2.1",
"react-share": "^4.2.1",
"react-spring": "^8.0.27",
"react-stack-grid": "^0.7.1",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.5",
"recharts": "^1.8.5",
"redux": "^4.0.1",
"redux-debounced": "^0.5.0",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"rxjs": "^6.5.5",
"scriptjs": "^2.5.9",
"sha256": "^0.2.0",
"sharp": "^0.26.0",
"sitemap": "^5.1.0",
"styled-components": "^5.2.0",
"url": "^0.11.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"@juggle/resize-observer": "^1.1.1",
"@next/bundle-analyzer": "^9.1.7",
"@testing-library/react-hooks": "^1.1.0",
"@types/classnames": "^2.2.7",
"@types/crypto-js": "^3.1.44",
"@types/d3": "^5.7.2",
"@types/enzyme": "^3.9.1",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/expect-puppeteer": "^3.3.3",
"@types/file-saver": "^2.0.1",
"@types/jest": "^23.3.12",
"@types/jest-environment-puppeteer": "^4.3.1",
"@types/js-cookie": "^2.2.2",
"@types/jsdom": "^16.1.0",
"@types/jwt-decode": "^2.2.1",
"@types/lodash.pickby": "^4.6.6",
"@types/node": "12.12.25",
"@types/puppeteer": "^2.0.0",
"@types/qrcode.react": "^0.8.2",
"@types/qs": "^6.5.2",
"@types/rc-slider": "^8.6.3",
"@types/react": "^16.9.19",
"@types/react-alice-carousel": "^1.15.3",
"@types/react-cropper": "^0.10.7",
"@types/react-document-title": "^2.0.3",
"@types/react-dom": "^16.0.11",
"@types/react-event-listener": "^0.4.9",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-redux": "^7.1.2",
"@types/react-resize-detector": "^4.2.0",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.1",
"@types/recharts": "^1.1.16",
"@types/redux-mock-store": "^1.0.0",
"@types/redux-thunk": "^2.1.0",
"@types/sha256": "^0.2.0",
"@types/sharp": "^0.24.0",
"@types/styled-components": "^5.1.2",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"cross-env": "^5.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.6",
"import-sort-cli": "^6.0.0",
"import-sort-parser-babylon": "^6.0.0",
"import-sort-parser-typescript": "^6.0.0",
"import-sort-style-module": "^6.0.0",
"jasmine-check": "^1.0.0-rc.0",
"jest-environment-puppeteer": "^4.4.0",
"lint-staged": "^10.5.3",
"next-react-svg": "^1.1.0",
"prettier": "^2.2.1",
"puppeteer": "^2.0.0",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewire-yarn-workspaces": "^1.0.3",
"react-app-rewired": "^2.1.1",
"react-hot-loader": "^4.11.0",
"react-test-renderer": "^16.8.6",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.3",
"source-map-explorer": "^2.0.1",
"typescript": "^4.1.3",
"worker-loader": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{ts,tsx,js,json,scss}": ["prettier --write", "git add"],
"**/*.{ts,tsx,js}": ["eslint --fix", "git add"]
},
"scripts": {
"upgrade-api": "cd packages/gv-api-web && git checkout development && git pull",
"lint": "./node_modules/.bin/eslint . --ext .tsx,.ts --fix --ignore-pattern 'packages/gv-api-web/**'"
},
"importSort": {
".js": {
"parser": "babylon",
"style": "module"
},
".ts, .tsx": {
"parser": "typescript",
"style": "module"
}
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [">0.25%", "not op_mini all", "ie 11"]
}
}