-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.9 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
{
"name": "HiFi-DeFi",
"version": "1.0.0",
"private": true,
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.0",
"install-peerdeps": "^3.0.3",
"lint-staged": "^11.0.0",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0",
"typescript": "^4.3.5",
"typescript-tslint-plugin": "^1.0.1"
},
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@date-io/date-fns": "1.x",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/units": "^5.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.23",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.1.1",
"@pancakeswap/sdk": "^2.4.0",
"@pancakeswap/uikit": "^0.54.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/web3-provider": "^1.6.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"apexcharts": "^3.33.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.2",
"bitski": "^0.11.0-beta.4",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"emulators": "^0.0.62",
"emulators-ui": "^0.0.60",
"eth-multicall": "^1.4.0",
"ethers": "^5.4.7",
"firebase": "^8.6.1",
"fortmatic": "^2.2.1",
"js-dos": "^6.22.59",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"luxon": "^2.0.2",
"moment": "^2.29.1",
"node-sass": "v6.0.1",
"notistack": "^1.0.5",
"parent-module": "^2.0.0",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-data-table-component": "^7.4.7",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-ga": "^3.3.0",
"react-google-login": "^5.2.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.29.0",
"react-modal": "^3.14.4",
"react-redux": "^7.2.3",
"react-responsive-carousel": "^3.2.18",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.4",
"redux": "^4.0.5",
"redux-debounced": "^0.5.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.1.3",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.5",
"swiper": "^6.7.0",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"web3": "^1.3.6",
"web3modal": "^1.9.4"
},
"scripts": {
"dev": "react-scripts --openssl-legacy-provider start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"lint": "eslint . --ext js,jsx",
"lint:fix": "eslint . --ext js,jsx --fix",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}