-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "Daocoacoa-workspace",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"frontend:dev": "source .secrets/dev.env && yarn workspace bestofweb run dev",
"frontend:build": "yarn workspace bestofweb run build",
"discord:dev": "source .secrets/bot_mumbai.env && yarn workspace discord-bot run dev"
},
"keywords": [],
"author": "Tim Pechersky (@Peersky)",
"license": "MIT",
"devDependencies": {
"hardhat-deploy": "^0.11.24",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.1",
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/buidler-web3": "^1.3.4",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@openzeppelin/truffle-upgrades": "1.5.0",
"@shopify/eslint-plugin": "^40.2.1",
"@solidstate/contracts": "^0.0.35",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.0.0",
"@typechain/web3-v1": "^6.0.1",
"@types/cli-table": "^0.3.0",
"@types/node-fetch": "^2.6.2",
"chai": "^4.3.6",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eth-create2-calculator": "^1.1.5",
"ethers": "^5.6.6",
"hardhat": "^2.10.0",
"hardhat-abi-exporter": "^2.9.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-diamond-abi": "^3.0.0",
"keccak": "^3.0.1",
"mocha": "^10.0.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.21",
"typechain": "^8.0.0",
"web3": "^1.8.2",
"@daocoacoa/multipass-js": "^0.0.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.0",
"@openzeppelin/contracts-upgradeable": "^4.7.0",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.36",
"cli-table": "^0.3.11",
"hardhat-gas-reporter": "^1.0.8",
"ipfs-http-client": "50.1.2",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
},
"workspaces": [
"apps/*",
"packages/*",
"bots/*"
]
}