-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 3.82 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
{
"name": "gempad",
"version": "2.4.0",
"private": true,
"scripts": {
"start": "set PORT=3000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@coinbase/wallet-sdk": "^3.0.8",
"@devexpress/dx-react-chart": "^3.0.2",
"@devexpress/dx-react-chart-material-ui": "^3.0.2",
"@dicebear/avatars": "^4.10.0",
"@dicebear/avatars-identicon-sprites": "^4.10.0",
"@emotion/cache": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@ericz1803/react-google-calendar": "^4.2.1",
"@iconify/icons-cib": "^1.1.0",
"@iconify/icons-eva": "^1.1.0",
"@iconify/icons-ic": "^1.1.17",
"@iconify/react": "^3.0.1",
"@material-ui/pickers": "^3.3.10",
"@mobiscroll/react-lite": "^4.10.9",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.53",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/web3-provider": "^1.7.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "6.2.4",
"aos": "^2.3.4",
"axios": "^0.24.0",
"change-case": "^4.1.2",
"chart.js": "^3.7.0",
"date-fns": "^2.24.0",
"ethers": "^5.5.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"gsap": "^3.10.3",
"history": "^5.0.1",
"i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.0",
"ipfs-http-client": "^55.0.0",
"lodash": "^4.17.21",
"material-ui-flags": "^1.2.4",
"moment": "^2.29.1",
"notistack": "^2.0.3",
"nprogress": "^0.2.0",
"particles-bg": "^2.5.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-alice-carousel": "^2.5.1",
"react-apexcharts": "^1.4.0",
"react-big-calendar": "^0.40.0",
"react-blur": "^1.1.1",
"react-bootstrap-sweetalert": "^5.2.0",
"react-calendar": "^3.7.0",
"react-canvas-draw": "^1.2.1",
"react-chartjs-2": "^4.0.1",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet-async": "^1.2.2",
"react-i18next": "^11.16.7",
"react-icons": "^4.3.1",
"react-id-swiper": "^4.0.0",
"react-intersection-observer": "^8.33.1",
"react-items-carousel": "^2.8.0",
"react-loader-spinner": "^4.0.0",
"react-minimal-pie-chart": "^8.3.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.23",
"react-rounded-image": "^2.0.14",
"react-router": "^6.2.1",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-simply-carousel": "^5.1.5",
"react-spinners": "^0.11.0",
"react-swipe": "^6.0.4",
"react-toastify": "^8.0.3",
"redrum-pancake-uikit": "0.0.6",
"redux-persist": "^6.0.0",
"simplebar": "^5.3.6",
"simplebar-react": "^2.3.6",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3",
"swipe-js-iso": "^2.1.5",
"swiper": "^8.1.4",
"tslib": "^2.3.1",
"web-vitals": "^1.0.1",
"web3modal": "^1.9.7",
"xhr2-cookies": "^1.1.0",
"yup": "^0.32.11"
}
}