🟣
Showing
.gitmodules
0 → 100644
... | ... | @@ -17,27 +17,27 @@ |
"devDependencies": { | ||
"@types/node": "^20.10.4", | ||
"@types/validator": "^13.11.7", | ||
"@types/ws": "^8.5.12", | ||
"dotenv": "^16.4.5", | ||
"hardhat": "^2.22.3", | ||
"nodemon": "^3.0.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.2", | ||
"ws": "^8.18.0" | ||
}, | ||
"dependencies": { | ||
"@chainlink/contracts": "^0.8.0", | ||
"@libp2p/bootstrap": "^10.1.0", | ||
"@libp2p/identify": "^2.1.2", | ||
"@noir-lang/noir_js": "^0.28.0", | ||
"@nomicfoundation/hardhat-toolbox": "^5.0.0", | ||
"@openzeppelin/contracts": "^5.0.2", | ||
"@openzeppelin/contracts-upgradeable": "^5.0.2", | ||
"@openzeppelin/hardhat-upgrades": "^3.2.0", | ||
"@types/pubsub-js": "^1.8.6", | ||
"@types/express": "^4.17.21", | ||
"@uniswap/v3-periphery": "^1.4.4", | ||
"cors": "^2.8.5", | ||
"ethers": "^6.13.0", | ||
"fonstr": "^0.0.11", | ||
"express": "^4.19.2", | ||
"indexeddbshim": "^15.0.0", | ||
"memorelay": "^2.0.4", | ||
"reflect-metadata": "^0.1.14", | ||
"sequelize": "^6.35.1", | ||
"sequelize-typescript": "^2.1.6" | ||
... | ... |
Please register or sign in to comment