-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.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
{
"name": "buffer-ui",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": " vite build",
"preview": "vite preview"
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/experimental": "^5.0.1",
"@ethersproject/providers": "^5.1.2",
"@ethersproject/units": "^5.1.0",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@lingui/macro": "^3.17.2",
"@lingui/react": "^3.17.2",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.67",
"@mui/material": "^5.3.1",
"@mui/styles": "^5.3.0",
"@polyjuice-provider/web3": "^0.1.2",
"@pythnetwork/client": "^2.17.0",
"@rainbow-me/rainbowkit": "^0.12.6",
"@sentry/react": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"@synthetixio/synpress": "^1.2.0",
"@szhsin/react-menu": "^3.4.1",
"@thirdweb-dev/react": "^3.6.9",
"@thirdweb-dev/sdk": "^3.6.9",
"@types/react": "^17.0.38",
"@vercel/analytics": "^0.1.8",
"@web3-react/abstract-connector": "latest",
"@web3-react/authereum-connector": "latest",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.4",
"add": "^2.0.6",
"aws-sdk": "^2.1236.0",
"axios": "^0.26.0",
"axios-retry": "^3.3.1",
"big.js": "^6.1.1",
"bn.js": "^5.2.0",
"chrome-tabs": "^5.4.0",
"cloudinary": "^1.32.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"events": "^3.3.0",
"flexlayout-react": "0.6.2",
"graphql": "^16.6.0",
"hex-to-rgba": "2.0.1",
"html-to-image": "^1.10.8",
"jotai": "^1.11.0",
"keen-slider": "^6.8.5",
"lightweight-charts": "^3.8.0",
"network-speed": "^2.1.1",
"numeral": "^2.0.6",
"posthog-js": "^1.16.7",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bottom-drawer": "^0.1.1",
"react-detect-offline": "^2.4.5",
"react-dom": "^18.2.0",
"react-fetch-streams": "^1.1.2",
"react-gravatar": "^2.6.3",
"react-html-parser": "^2.0.2",
"react-idle-timer": "^5.5.3",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-router-dom": "^6.4.3",
"react-transition-group": "^4.4.2",
"react-use": "^17.4.0",
"react-use-websocket": "^4.3.1",
"recharts": "2.1.10",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.0",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"swr": "^1.3.0",
"tailwind-merge": "^1.10.0",
"typescript": "^3.7.5",
"wagmi": "^0.12.9",
"web3": "^1.6.1",
"websocket": "^1.0.34",
"yarn": "^1.22.19"
},
"devDependencies": {
"@lingui/cli": "^3.17.2",
"@types/big.js": "^6.1.6",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"postcss": "^8.4.19",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-tsconfig-paths": "^3.6.0"
}
}