forked from ragueneau/etherscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.72 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
{
"name": "gethscan",
"version": "0.2.2",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@chainlink/contracts": "^0.4.0",
"@ethersproject/keccak256": "^5.6.1",
"@ethersproject/strings": "^5.6.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@openzeppelin/contracts": "^4.7.3",
"@syncfusion/ej2-react-charts": "^20.1.61",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@truffle/hdwallet-provider": "^2.0.8",
"assert": "^2.0.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"browserify-zlib": "^0.2.0",
"chai": "^4.3.6",
"cross-fetch": "^3.1.5",
"crypto-browserify": "^3.12.0",
"elliptic": ">=6.5.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"font-awesome": "^4.7.0",
"fs": "^0.0.1-security",
"got": "^12.3.1",
"http": "^0.0.1-security",
"https": "^1.0.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"net": "^1.0.2",
"node-fetch": "^3.2.10",
"nth-check": "^2.1.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"recharts": "^2.1.14",
"simple-get": ">=2.8.2",
"solc": "^0.8.15",
"stream": "^0.0.2",
"stream-http": "^3.2.0",
"styled-components": "^5.3.5",
"tar": "^6.1.11",
"underscore": ">=1.12.1",
"util": "^0.12.4",
"web-vitals": "^2.1.4",
"ws": "^8.8.1",
"yargs-parser": ">=5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@babel/preset-env": "^7.16.11",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"hardhat": "^2.8.4",
"json-schema": ">=0.4.0",
"minimist": ">=1.2.6",
"solidity-to-abi": "^1.0.4"
}
}