-
Notifications
You must be signed in to change notification settings - Fork 294
/
package.json
81 lines (81 loc) · 2.24 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
{
"homepage": "./",
"name": "iearn-finance",
"version": "0.0.1",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.0.9",
"@ethersproject/units": "^5.0.4",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@web3-react/authereum-connector": "^6.1.6",
"@web3-react/core": "^6.1.1",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/ledger-connector": "^6.1.1",
"@web3-react/network-connector": "^6.1.3",
"@web3-react/portis-connector": "^6.1.6",
"@web3-react/squarelink-connector": "^6.1.6",
"@web3-react/torus-connector": "^6.1.7",
"@web3-react/trezor-connector": "^6.1.6",
"@web3-react/walletconnect-connector": "^6.1.6",
"@web3-react/walletlink-connector": "^6.1.6",
"async": "^3.2.0",
"bignumber.js": "^9.0.1",
"ethjs-ens": "^2.0.1",
"flux": "^3.1.3",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^4.3.1",
"ipfs-react-router": "^0.2.2",
"moment": "^2.29.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^9.0.10",
"react-image-fallback": "^8.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"request-promise": "^4.2.6",
"typeface-roboto": "0.0.54",
"web3": "1.2.11"
},
"resolutions": {
"trezor-connect": "8.1.15"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"commitlint": "^11.0.0",
"husky": "^4.3.0",
"npm-force-resolutions": "0.0.3"
}
}