forked from johnson86tw/defuma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 828 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
{
"name": "defuma",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {},
"author": "",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.3.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.31",
"hardhat": "^2.0.11",
"web3": "^1.3.4"
},
"dependencies": {
"@biconomy/mexa": "^2.0.4",
"@decentral.ee/web3-helpers": "^0.5.2",
"@ethersproject/contracts": "^5.0.11",
"@openzeppelin/contracts": "^3.4.0",
"@superfluid-finance/ethereum-contracts": "^0.2.8",
"@superfluid-finance/js-sdk": "^0.3.5",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13"
}
}