-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.24 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.24 KB
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
132
133
134
135
136
{
"name": "overlay-interface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@amplitude/analytics-browser": "^2.11.1",
"@amplitude/plugin-session-replay-browser": "^1.6.23",
"@cookie3/analytics": "^0.4.8",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.3.1",
"@ethersproject/solidity": "^5.5.0",
"@ethersproject/strings": "^5.7.0",
"@ethersproject/units": "^5.5.0",
"@graphql-codegen/cli": "1.21.5",
"@graphql-codegen/typescript": "1.22.3",
"@graphql-codegen/typescript-operations": "^1.18.2",
"@graphql-codegen/typescript-rtk-query": "^1.1.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@reach/dialog": "^0.10.3",
"@rebass/forms": "^4.0.6",
"@reduxjs/toolkit": "^1.6.1",
"@sushiswap/sdk": "^5.0.0-canary.116",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/node": "^15.12.3",
"@types/prop-types": "^15.7.11",
"@types/qs": "^6.9.7",
"@types/react": "^18.2.20",
"@types/react-dom": "^17.0.8",
"@types/rebass__forms": "^4.0.4",
"@types/styled-components": "^5.1.10",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^3.0.0",
"@uniswap/token-lists": "^1.0.0-beta.25",
"@uniswap/v3-sdk": "^3.10.2",
"@vercel/node": "^2.5.11",
"@walletconnect/ethereum-provider": "^2.11.0",
"@walletconnect/modal": "^2.6.2",
"@web3-name-sdk/core": "^0.1.13",
"@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",
"assert": "^2.1.0",
"axios-hooks": "^3.1.4",
"big.js": "^6.1.1",
"bignumber.js": "^9.0.1",
"boring-avatars": "1.7.0",
"classnames": "^2.3.1",
"clsx": "^2.1.0",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"eip-712": "^0.4.3",
"ethers": "^5.5.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"https-browserify": "^1.0.0",
"jsbi": "^3.1.5",
"moment": "^2.29.4",
"node-fetch": "^2.6.6",
"node-sass": "^8.0.0",
"notistack": "^1.0.10",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"polished": "^4.1.3",
"prop-types": "^15.8.1",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-cookie": "^4.1.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-google-recaptcha": "^3.1.0",
"react-loader-spinner": "^4.0.0",
"react-redux": "^8.1.2",
"react-scripts": "^5.0.1",
"react-spring": "^8.0.27",
"react-tooltip": "^4.2.21",
"react-use-gesture": "^9.1.3",
"rebass": "^4.0.7",
"recharts": "^2.6.2",
"redux-localstorage-simple": "^2.3.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"tiny-invariant": "^1.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.3.4",
"url": "^0.11.3",
"use-react-router-breadcrumbs": "^2.0.2",
"viem": "^1.19.11",
"web-vitals": "^1.0.1"
},
"resolutions": {
"@walletconnect/web3-provider": "1.5.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"graphql:generate": "graphql-codegen --config codegen.yml",
"eject": "react-scripts eject",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/big.js": "^6.1.2",
"@types/node-fetch": "^2.6.2",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-router-dom": "^5.1.7",
"@types/rebass": "^4.0.8",
"babel-plugin-macros": "^3.1.0",
"react-router-dom": "^5.2.0"
}
}