This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.49 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
{
"name": "overlay-interface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.3.1",
"@ethersproject/solidity": "^5.5.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",
"@lingui/cli": "^3.10.2",
"@lingui/core": "^3.10.4",
"@lingui/loader": "^3.10.2",
"@lingui/macro": "^3.10.2",
"@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/lingui__core": "^3.0.0",
"@types/lingui__react": "^3.0.0",
"@types/node": "^15.12.3",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.11",
"@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",
"@vercel/node": "^2.5.11",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"axios-hooks": "^3.1.4",
"big.js": "^6.1.1",
"bignumber.js": "^9.0.1",
"classnames": "^2.3.1",
"eip-712": "^0.4.3",
"ethers": "^5.5.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"jsbi": "^3.1.5",
"node-fetch": "^2.6.6",
"node-sass": "^4.14.1",
"notistack": "^1.0.10",
"path": "^0.12.7",
"polished": "^4.1.3",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.2",
"react-scripts": "^4.0.3",
"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",
"styled-components": "^5.3.0",
"typescript": "^4.3.4",
"use-react-router-breadcrumbs": "^2.0.2",
"web-vitals": "^1.0.1"
},
"resolutions": {
"@walletconnect/web3-provider": "1.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"graphql:generate": "graphql-codegen --config codegen.yml",
"eject": "react-scripts eject",
"extract": "lingui extract",
"compile": "lingui compile",
"pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"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": {
"@types/big.js": "^6.1.2",
"@types/node-fetch": "^2.6.2",
"@types/react-router-dom": "^5.1.7",
"@types/rebass": "^4.0.8",
"react-router-dom": "^5.2.0"
}
}