-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·69 lines (69 loc) · 2.24 KB
/
package.json
File metadata and controls
executable file
·69 lines (69 loc) · 2.24 KB
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": "uproot",
"version": "1.0.0",
"description": "Decentralized application for education and funding",
"main": "networks.js",
"scripts": {
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"solhint": "./node_modules/.bin/solhint -f table contracts/**/*.sol",
"docgen": "solidoc ./ ./docs"
},
"dependencies": {
"@0x/contracts-utils": "^4.4.3",
"@chainlink/contracts": "^0.0.3",
"@ensdomains/resolver": "^0.2.4",
"@opengsn/gsn": "^0.9.0",
"@openzeppelin/contracts": "3.0.1",
"@openzeppelin/upgrades": "2.8.0",
"@uniswap/sdk": "^2.0.4",
"@uniswap/v2-periphery": "^1.0.0-beta.0",
"dotenv-extended": "^2.8.0",
"solhint": "^3.0.0",
"solidoc": "^1.0.5",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@0x/sol-trace": "^3.0.8",
"@0x/web3-wrapper": "^7.0.7",
"@nomiclabs/buidler": "^1.3.3",
"@nomiclabs/buidler-ethers": "^1.3.3",
"@nomiclabs/buidler-truffle5": "^1.3.3",
"@nomiclabs/buidler-waffle": "^1.3.3",
"@nomiclabs/buidler-web3": "^1.3.3",
"@openzeppelin/cli": "2.8.2",
"apollo-fetch": "^0.7.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chalk": "4.0.0",
"eth-gas-reporter": "0.2.17",
"ethereum-waffle": "^2.5.0",
"ethers": "^4.0.47",
"ganache-cli": "6.9.1",
"husky": "^4.2.5",
"mkdirp": "^1.0.4",
"mocha": "^7.1.2",
"mocha-junit-reporter": "1.23.3",
"oz-console": "2.0.1",
"shelljs": "0.8.4",
"solc": "0.6.6",
"solidity-coverage": "0.7.5",
"truffle": "5.1.25",
"truffle-assertions": "^0.9.2",
"truffle-deploy-registry": "0.5.1",
"truffle-hdwallet-provider": "1.0.17",
"web3": "^1.2.7",
"zos-truffle-merge": "0.0.5"
},
"optionalDependencies": {
"typescript": "3.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatheusDaros/Uproot.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatheusDaros/Uproot/issues"
}
}