-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
124 lines (124 loc) · 3.75 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
{
"name": "dei-interface-v2",
"description": "DEI stablecoin",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@apollo/client": "^3.5.10",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/bignumber": "^5.4.1",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/providers": "^5.4.3",
"@ethersproject/units": "^5.4.0",
"@livechat/widget-react": "^1.2.3",
"@react-spring/web": "^9.3.0",
"@reduxjs/toolkit": "^1.6.2",
"@sushiswap/core-sdk": "^1.0.0-canary.34",
"@types/react-window": "^1.8.5",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"@web3-react/walletconnect-connector": "^7.0.2-alpha.0",
"@web3-react/walletlink-connector": "^6.2.11",
"axios": "^0.26.1",
"bignumber.js": "^9.0.2",
"bottleneck": "^2.19.5",
"coingecko-api": "^1.0.10",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"jsbi": "^4.1.0",
"lodash": "^4.17.21",
"next": "^12.0.3",
"numbro": "^2.3.6",
"polished": "^4.1.4",
"react": "^17.0.2",
"react-datepicker": "^4.7.0",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-ga4": "^1.4.1",
"react-hot-toast": "^2.2.0",
"react-lottie": "^1.2.3",
"react-paginate": "^8.1.2",
"react-redux": "^7.2.6",
"react-select-search": "^3.0.9",
"react-spring": "^9.3.0",
"react-toastify": "^8.1.0",
"react-tooltip": "^4.2.21",
"react-window": "^1.8.6",
"rebass": "^4.0.7",
"recharts": "^2.4.3",
"redux": "^4.1.1",
"redux-localstorage-simple": "^2.4.1",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.0",
"styled-react-modal": "^2.1.0",
"tiny-invariant": "^1.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "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": {
"@testing-library/dom": "^8.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"@types/coingecko-api": "^1.0.10",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.178",
"@types/node": "^18.7.9",
"@types/react": "^17.0.38",
"@types/react-datepicker": "^4.3.4",
"@types/react-lottie": "^1.2.6",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.20",
"@types/styled-react-modal": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"resolutions": {
"@walletconnect/ethereum-provider": "1.7.1",
"minimist": "1.2.6",
"ua-parser-js": "^0.7.33",
"json5": "1.0.2"
}
}