This project manages its dependencies using npm. Learn more
package.json 1.21 KB
{
  "name": "hardhat-project",
  "type": "module",
  "devDependencies": {
    "@aztec/bb.js": "^0.45.1"
  },
  "dependencies": {
    "@chainlink/contracts": "^0.8.0",
    "@chainsafe/libp2p-gossipsub": "^11.0.0",
    "@chainsafe/libp2p-noise": "^14.0.0",
    "@chainsafe/libp2p-yamux": "^6.0.1",
    "@libp2p/bootstrap": "^10.1.0",
    "@libp2p/circuit-relay-v2": "^1.0.4",
    "@libp2p/dcutr": "^1.0.3",
    "@libp2p/identify": "^2.1.2",
    "@libp2p/mplex": "^10.0.4",
    "@libp2p/pubsub-peer-discovery": "^10.0.2",
    "@libp2p/webrtc": "^4.0.5",
    "@libp2p/websockets": "^8.0.4",
    "@multiformats/multiaddr": "^12.1.11",
    "@noir-lang/acvm_js": "^0.29.0",
    "@noir-lang/backend_barretenberg": "0.28.0",
    "@noir-lang/noir_codegen": "^0.28.0",
    "@noir-lang/noir_js": "0.28.0",
    "@noir-lang/noir_wasm": "0.28.0",
    "@noir-lang/noirc_abi": "^0.22.0",
    "@nomicfoundation/hardhat-toolbox": "^5.0.0",
    "@openzeppelin/contracts": "^4.7.1",
    "@types/node": "^20.14.10",
    "dexie": "^4.0.8",
    "ethers": "^6.13.0",
    "hardhat": "^2.22.6",
    "indexeddbshim": "^15.0.0",
    "json2toml": "^6.1.0",
    "libp2p": "^1.0.8",
    "nostr-tools": "^2.7.1",
    "sequelize": "^6.37.3",
    "ws": "^8.18.0"
  }
}