-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
237 lines (236 loc) · 7.69 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
{
"name": "loopring-web",
"version": "1.3.0",
"author": "Loopring Dex Frontend Team",
"description": "dex web app new version",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": "18.x"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@loopring-web/loopring-sdk": "3.9.10",
"@loopring-web/recharts": "^2.0.10",
"@loopring-web/web3-provider": "1.4.16",
"@mui/icons-material": "^5.16.6",
"@mui/lab": "5.0.0-alpha.45",
"@mui/material": "5.6.2",
"@ramp-network/ramp-instant-sdk": "^4.0.4",
"@react-buddy/ide-toolbox": "^2.3.1",
"@react-buddy/palette-mui": "^5.0.1",
"@react-spring/parallax": "^9.4.4",
"@reduxjs/toolkit": "^1.8.1",
"@web3modal/ethers5": "^4.1.1",
"@web3modal/siwe": "^4.1.5",
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"bn.js": "^5.2.1",
"cids": "^1.1.9",
"clsx": "^1.1.1",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"d3-format": "2.0.0",
"d3-time-format": "3.0.0",
"decimal.js": "^10.4.3",
"dompurify": "^2.4.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^7.0.3",
"easy-template-string": "^1.0.1",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"ffjavascript": "^0.1.0",
"firebase": "^9.23.0",
"github-markdown-css": "^5.2.0",
"html5-qrcode": "2.3.4",
"i18next": "^23.2.3",
"immutable": "^4.0.0-rc.12",
"ipfs-http-client": "^56.0.2",
"jsqr": "^1.4.0",
"lottie-react": "^2.1.0",
"material-ui-popup-state": "^1.9.3",
"moment": "^2.29.1",
"polished": "^4.1.1",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-currency-input-field": "^3.3.1",
"react-data-grid": "^7.0.0-canary.49",
"react-dom": "^18.2.0",
"react-dropzone": "^12.0.4",
"react-financial-charts": "^2.0.1",
"react-grid-layout": "^1.3.0",
"react-i18next": "^11.8.12",
"react-markdown": "^8.0.7",
"react-redux": "^7.2.3",
"react-redux-firebase": "^3.11.0",
"react-resizable": "^3.0.5",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-scripts-rewired": "3.1.1",
"react-share": "^4.4.1",
"react-spring": "^9.7.1",
"react-swipeable-views": "^0.13.9",
"react-use": "^17.4.0",
"react-virtualized": "^9.22.5",
"react-virtuoso": "^1.8.6",
"redux-actions": "^2.6.5",
"redux-observable": "^1.2.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.0",
"rxjs": "^7.8.1",
"three": "^0.149.0",
"timers": "^0.1.1",
"timers-browserify": "^2.0.12",
"util": "^0.12.5",
"vconsole": "^3.15.1",
"voca": "^1.4.1",
"web-vitals": "^3.4.0"
},
"build": {
"files": [
"build/**/*",
"node_modules/**/*"
],
"publish": {
"provider": "custom",
"repo": "ssh://git@github.com/loopring/dexwebappv2",
"owner": "loopring dev"
}
},
"scripts": {
"clean": "yarn autoclean --force",
"docker": "cd ./packages/webapp; yarn build; cd devops docker-compose build",
"boot": "echo y | lerna clean; sleep 1; lerna bootstrap --force-local",
"up": "echo y | lerna clean; yarn",
"up2": "yarn unlink \"loopring-sdk'\"; echo y | lerna clean; yarn",
"reset": "npm config delete proxy; rm -rf node_modules/ yarn.lock; echo y | lerna clean; yarn",
"reset_proxy": "npm config set proxy=http://127.0.0.1:1087; yarn reset",
"dev": "cd ./packages/webapp; yarn dev",
"dev-bridge": "cd packages/web-bridge; yarn dev",
"dev-guardian": "cd packages/web-guardian; yarn dev",
"dev_earn": "cd packages/web-earn; yarn dev",
"build": "cd ./packages/webapp; yarn build",
"build-sb": "cd ./packages/component-lib; npm run build",
"build-bridge": "cd packages/web-bridge; yarn build",
"build-guardian": "cd packages/web-guardian; yarn build",
"build_dev": "cd ./packages/webapp; yarn build_dev",
"build_earn": "cd packages/web-earn; yarn build",
"deploy": "cd ./packages/webapp; yarn deploy",
"deploy:ipfs": "cd ./packages/webapp; yarn deploy:ipfs",
"sass": "node-sass packages/web-wallet/public/*.scss packages/web-wallet/public/*.css"
},
"browserslist": {
"production": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
],
"development": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version"
]
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/babel-loader",
"**/babel-eslint"
]
},
"prettier": {
"semi": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": true,
"bracketSpacing": true
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.13.14",
"@babel/helper-builder-react-jsx": "^7.10.4",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/helper-explode-assignable-expression": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-exponentiation-operator": "^7.22.5",
"@babel/plugin-transform-typescript": "^7.22.5",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"@manaflair/redux-batch": "^1.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/react-hooks": "^5.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/crypto-js": "^4.1.1",
"@types/dompurify": "^2.3.4",
"@types/ethereumjs-abi": "^0.6.3",
"@types/ethereumjs-tx": "^2.0.0",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/node": "^12.0.0",
"@types/qrcode-svg": "^1.1.1",
"@types/react": "^18.2.19",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.2.7",
"@types/react-grid-layout": "^1.1.2",
"@types/react-router-dom": "^5.1.7",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-virtualized": "^9.21.11",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^4.33.0",
"JSONStream": "^1.3.5",
"babel-plugin-import": "^1.13.3",
"babel-plugin-named-exports-order": "^0.0.2",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "6",
"craco": "^0.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"csp-html-webpack-plugin": "^5.1.0",
"csv-parse": "^5.1.0",
"customize-cra": "^1.0.0",
"dotenv-cli": "^4.0.0",
"eslint": "^7.23.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^1.7.0",
"generate-react-cli": "^5.2.3",
"git-revision-webpack-plugin": "^3.0.6",
"html-loader": "^0.5.5",
"html5-qrcode": "2.3.4",
"https-browserify": "^1.0.0",
"lerna": "^7.1.5",
"node-sass": "^9.0.0",
"prettier": "2.8.8",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-app-rewire-alias": "^0.2.0",
"react-app-rewired": "^2.2.1",
"react-router": "^5.2.1",
"storybook-addon-styled-component-theme": "^1.3.0",
"stream-browserify": "^3.0.0",
"truffle-privatekey-provider": "1.3.0",
"typescript": "^4.1.2",
"url": "^0.11.1",
"webpack": "5.88.2",
"decimal.js": "^10.4.3"
}
}