-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (28 loc) · 843 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
{
"name": "parallax",
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@nomicfoundation/hardhat-ignition": "^3.0.3",
"@nomicfoundation/hardhat-toolbox-mocha-ethers": "^3.0.0",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^8.0.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.18.9",
"chai": "^5.3.3",
"ethers": "^6.15.0",
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
"hardhat": "^3.0.7",
"mocha": "^11.7.4",
"typescript": "~5.8.0"
},
"dependencies": {
"@arcologynetwork/concurrentlib": "^2.2.0",
"@arcologynetwork/frontend-tools": "^1.0.11",
"@arcologynetwork/frontend-util": "^1.0.10",
"@openzeppelin/contracts": "^5.4.0",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"progress": "^2.0.3"
}
}