forked from gobitfly/etherchain-light
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 876 Bytes
/
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
{
"name": "goerli-explorer",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "nodemon --watch ../ ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"@parity/api": "^2.1.24",
"abi-decoder": "1.2.0",
"async": "^2.1.5",
"bignumber.js": "^4.0.0",
"body-parser": "1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ethereumjs-block": "^2.1.0",
"ethereumjs-util": "^5.2.0",
"ethers": "^4.0.25",
"express": "4.16.4",
"level": "4.0.0",
"moment": "^2.17.1",
"morgan": "1.9.1",
"numeral": "^2.0.4",
"pug": "2.0.3",
"redis": "^2.8.0",
"request": "^2.88.0",
"serve-favicon": "2.5.0",
"solc": "0.5.3",
"string-similarity": "^1.1.0",
"web3": "git+https://github.com:DAPowerPlay/web3.js.git#develop"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}