-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 920 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
{
"packageManager": "[email protected]",
"scripts": {
"start": "parcel src/app.js --hmr-port 50619",
"build": "parcel build src/app.js"
},
"devDependencies": {
"@parcel/core": "^2.10.1",
"@parcel/optimizer-terser": "^2.10.2",
"buffer": "^5.5.0||^6.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.1.0",
"https-browserify": "^1.0.0",
"parcel": "^2.10.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.0",
"string_decoder": "^1.3.0",
"url": "^0.11.0"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.2",
"@eniblock/sdk": "^1.0.1",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/logger": "^5.7.0",
"@ethersproject/properties": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"ethers": "5.7.2",
"truncate-eth-address": "^1.0.2",
"websocket": "^1.0.34"
}
}