-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2 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
{
"name": "crescendo",
"version": "0.1.0",
"description": "Unite smart contract users performing the same operation to optimize repeated operations at the cost of slippage",
"main": "index.js",
"scripts": {
"test": "npx buidler test",
"html": "npx tsc && cp -r web/* dist/web && cp -r artifacts dist/web/",
"serve": "npm run html && npx http-server dist",
"ipfs": ""
},
"author": "klbyte",
"license": "MIT",
"devDependencies": {
"@biconomy/mexa": "^1.5.13",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@typechain/ethers-v5": "^4.0.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.0.21",
"hardhat": "^2.0.3",
"hardhat-typechain": "^0.3.3",
"ts-generator": "^0.1.1",
"ts-node": "^9.0.0",
"typechain": "^4.0.0",
"typescript": "^4.1.2",
"balancer-core": "git+https://github.com/balancer-labs/balancer-core.git#v1.0.0",
"@opengsn/gsn": "^2.0.1",
"@openzeppelin/contracts": "^3.2.0",
"@portis/web3": "^2.0.0-beta.59",
"balancer-labs": "git+https://github.com/balancer-labs/configurable-rights-pool.git",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"centre-tokens": "git+https://github.com/centrehq/centre-tokens.git",
"process": "^0.11.10",
"react": "^16.14.0",
"react-dom": "^17.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.1.1",
"ts-loader": "^8.0.6",
"util": "^0.12.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6",
"@types/chai": "^4.2.12",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@uniswap/v2-core": "^1.0.1",
"assert": "^2.0.0",
"buffer": "^5.6.0",
"copy-webpack-plugin": "^6.2.1",
"crypto-browserify": "^3.12.0",
"eth-permit": "^0.1.8",
"http-server": "^0.12.3",
"https-browserify": "^1.0.0"
},
"dependencies": {
"lodash": "^4.17.20"
}
}