-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
82 lines (82 loc) · 2.84 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@dolomite-exchange/dolomite-margin-modules",
"version": "1.22.19",
"description": "Repository uses the DolomiteMargin instance on Arbitrum One for testing new modules and features against the live deployment.",
"directories": {
"test": "test"
},
"files": [
"packages/scripts/src/deploy/deployments.json"
],
"scripts": {
"build": "yarn workspaces run build",
"clean": "yarn workspaces run clean",
"coverage": "yarn workspaces run coverage",
"coverage:prepare": "yarn workspaces run coverage:prepare",
"test": "yarn workspaces run test",
"deploy:coveralls": "coveralls < coverage/lcov.info",
"lint": "yarn workspaces run lint",
"lint:sol": "yarn workspaces run lint:sol",
"lint:ts": "yarn workspaces run lint:ts"
},
"repository": "[email protected]:dolomite-exchange/dolomite-margin-modules.git",
"author": "Dolomite",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dolomite-exchange/dolomite-margin-modules/issues"
},
"homepage": "https://github.com/dolomite-exchange/dolomite-margin-modules#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@chainlink/contracts": "^0.6.1",
"@dolomite-exchange/dolomite-margin": "^0.13.1",
"@dolomite-exchange/zap-sdk": "^0.2.47-a",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@nomiclabs/hardhat-vyper": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3",
"@openzeppelin/upgrades": "^2.8.0",
"@typechain/ethers-v5": "^11.1.1",
"@typechain/hardhat": "^8.0.3",
"@types/chai": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"axios": "^1.6.2",
"chai": "^4.3.6",
"chai-bignumber": "^3.0.0",
"coveralls": "^3.1.1",
"dotenv": "^16.0.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.16.0",
"ethereum-waffle": "^4.0.0-alpha.0",
"ethers": "^5.6.0",
"fs-extra": "^11.2.0",
"hardhat": "^2.22.15",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^3.0.3",
"merkletreejs": "^0.4.0",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.5.0",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.5.5"
},
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {}
}