-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.65 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.65 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
{
"name": "interface",
"description": "Interface",
"homepage": "/",
"private": true,
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.18.6",
"@binance-chain/bsc-connector": "^1.0.0",
"@craco/craco": "^7.1.0",
"@reduxjs/toolkit": "^1.8.3",
"@types/big.js": "^6.1.5",
"@types/jest": "^28.1.4",
"@types/lodash.flatmap": "^4.5.7",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.5",
"@web3-react/core": "8.2.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cids": "^1.1.9",
"copy-to-clipboard": "^3.2.0",
"cross-env": "^7.0.2",
"crypto-browserify": "^3.12.0",
"env-cmd": "^10.1.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ethers": "^5.6.9",
"https-browserify": "^1.0.0",
"inter-ui": "^3.19.3",
"multicodec": "^3.2.1",
"multihashes": "^4.0.3",
"os-browserify": "^0.3.0",
"prettier": "^2.7.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-spring": "^9.4.5",
"react-window": "^1.8.7",
"redux-localstorage-simple": "^2.5.1",
"serve": "^13.0.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.7.4",
"url": "0.11.0",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
"scripts": {
"start": "craco start",
"start:service-worker": "yarn build && yarn serve -s build",
"build": "craco build",
"build:test": "env-cmd -f ./.env.test.production yarn build",
"test": "craco test --env=jsdom",
"eject": "craco eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"lint": "eslint ./src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'"
},
"eslintConfig": {
"extends": "react-app",
"ignorePatterns": [
"node_modules"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "5.0.0-alpha.111",
"@mui/material": "^5.10.8",
"@okwallet/web3-react-okxwallet": "^0.0.6",
"@sumsub/websdk-react": "^2.0.1",
"@types/ms.macro": "^2.0.0",
"@types/ua-parser-js": "^0.7.36",
"@web3-react/coinbase-wallet": "^8.2.0",
"@web3-react/gnosis-safe": "^8.2.1",
"@web3-react/metamask": "8.2.1",
"@web3-react/network": "8.2.0",
"@web3-react/types": "8.2.0",
"@web3-react/walletconnect-v2": "^8.3.7",
"ahooks": "3.7.2",
"axios": "^0.27.2",
"big.js": "^6.2.0",
"bignumber.js": "^9.1.1",
"country-flag-icons": "^1.5.5",
"crypto-js": "^4.1.1",
"decimal.js-light": "^2.5.1",
"formik": "2.2.9",
"jotai": "1.3.7",
"jsbi": "^4.3.0",
"moment": "^2.29.4",
"ms.macro": "^2.0.0",
"qrcode.react": "^3.1.0",
"react-toastify": "9.1.1",
"tiny-invariant": "^1.3.1",
"toformat": "^2.0.0",
"ua-parser-js": "1.0.35",
"web3": "^1.7.4",
"web3-react-binance-wallet": "^1.0.1",
"yup": "0.32.11"
}
}