forked from keep3r-network/keep3r.governance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.32 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
{
"homepage": "./",
"name": "keep3r",
"version": "0.0.1",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.0.5",
"@ethersproject/units": "^5.0.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.3",
"async": "^3.2.0",
"bignumber.js": "^9.0.0",
"dotenv": "^8.2.0",
"flux": "^3.1.3",
"ipfs-react-router": "^0.2.2",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^9.0.10",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"request-promise": "^4.2.6",
"typeface-roboto": "0.0.54",
"web3": "^1.2.11"
},
"scripts": {
"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"
]
},
"devDependencies": {
"husky": "^4.2.5"
}
}