-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.05 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
{
"name": "graphlinq-analytics",
"version": "0.2.2",
"private": true,
"dependencies": {
"@binance-chain/bsc-connector": "^1.0.0",
"@brainhubeu/react-carousel": "^1.19.26",
"@chakra-ui/react": "^1.3.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@ethersproject/contracts": "^5.0.10",
"@ethersproject/solidity": "^5.0.9",
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/react-table": "^7.7.0",
"@web3-react/core": "^6.1.1",
"axios": "^0.21.1",
"babel-plugin-jsx-control-statements": "^4.1.0",
"ethers": "^5.0.31",
"framer-motion": "^3.6.6",
"js-cookie": "^2.2.1",
"jstz": "^2.1.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.35",
"node-fetch": "^2.6.1",
"node-sass": "^4.14.1",
"polished": "^4.1.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-currency-format": "^1.0.0",
"react-dom": "^17.0.1",
"react-gauge-chart": "^0.3.0",
"react-icons": "^4.2.0",
"react-loader-spinner": "^4.0.0",
"react-moment": "^1.1.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-table": "^7.7.0",
"react-vis": "^1.11.7",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"rodal": "^1.8.1",
"styled-components": "^5.2.1",
"typed-redux-saga": "^1.3.1",
"typescript": "^4.1.3",
"use-memo-one": "^1.1.2",
"web-vitals": "^0.2.4",
"web3": "^1.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ethersproject/providers": "^5.0.21",
"@types/brainhubeu__react-carousel": "^2.0.2",
"@types/js-cookie": "^2.2.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-gauge-chart": "^0.3.0",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/react-vis": "^1.11.6",
"@uniswap/sdk": "^3.0.3",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/portis-connector": "^6.1.6",
"@web3-react/walletconnect-connector": "^6.1.6",
"@web3-react/walletlink-connector": "^6.1.6",
"jazzicon": "^1.5.0",
"prettier": "2.3.1",
"react-device-detect": "^1.15.0"
}
}