-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "sozu",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.12",
"@babel/register": "^7.13.14",
"@chainlink/contracts": "^0.1.6",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/test-helpers": "^0.5.10",
"bs58": "^4.0.1",
"create-react-app": "^4.0.3",
"crypto-js": "^4.0.0",
"ganache": "^6.4.4",
"merkletreejs": "^0.2.15",
"patch-package": "^6.4.7",
"truffle-assertions": "^0.9.2",
"web3": "^1.3.4"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.2.6",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}