-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 998 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 998 Bytes
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
{
"name": "wheat-reputation-dao",
"version": "0.0.1",
"description": "placeholder-app-description",
"scripts": {
"postinstall": "yarn compile && yarn build-app",
"build-app": "cd app && npm install && cd ..",
"compile": "buidler compile --force",
"test": "buidler test --network buidlerevm",
"start": "buidler start",
"publish:major": "buidler publish major",
"publish:minor": "buidler publish minor",
"publish:patch": "buidler publish patch"
},
"dependencies": {
"3box": "^1.20.3",
"@aragon/connect": "^0.4.2",
"@aragon/connect-thegraph-tokens": "^0.4.2",
"@aragon/connect-thegraph-voting": "^0.4.2",
"@aragon/os": "^4.4.0"
},
"devDependencies": {
"@aragon/buidler-aragon": "^0.2.0",
"@aragon/contract-test-helpers": "0.0.1",
"@nomiclabs/buidler": "^1.3.0",
"@nomiclabs/buidler-etherscan": "^1.3.0",
"@nomiclabs/buidler-truffle5": "^1.3.0",
"@nomiclabs/buidler-web3": "^1.3.0",
"web3": "^1.2.0"
}
}