-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.74 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
{
"dependencies": {
"@ethersproject/providers": "^5.0.0-beta.146",
"@ethersproject/units": "^5.0.0-beta.132",
"@types/node": "^12.12.11",
"@types/react": "^16.9.11",
"@types/styled-components": "^4.4.0",
"@web3-react/core": "^6.0.0-beta.19",
"@web3-react/injected-connector": "^6.0.0-beta.24",
"@web3-react/network-connector": "^6.0.0-beta.19",
"@web3-react/walletconnect-connector": "^6.0.0-beta.19",
"@web3-react/walletlink-connector": "^6.0.0-beta.19",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"add": "^2.0.6",
"axios": "^0.19.0",
"css-loader": "^3.2.0",
"dotenv-webpack": "^1.7.0",
"ethereum-input-data-decoder": "^0.2.1",
"ethers": "^4.0.39",
"etherscan-api": "^10.0.5",
"global": "^4.4.0",
"next": "^9.1.4",
"next-images": "^1.2.0",
"next-transpile-modules": "^2.3.1",
"now": "^16.6.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-flexbox-grid": "^2.1.2",
"react-retina-image": "^2.0.5",
"style-loader": "^1.0.1",
"styled-components": "^4.4.1",
"typescript": "^3.7.2",
"web3-react": "^5.0.5",
"yarn": "^1.19.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
}
}