Skip to content

Commit

Permalink
Dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 2, 2024
1 parent 7521ac0 commit e38eb5e
Show file tree
Hide file tree
Showing 2 changed files with 938 additions and 3,763 deletions.
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
"postbuild": "./dist/**/*"
},
"devDependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@constl/ipa": "^0.9.25",
"@libp2p/circuit-relay-v2": "^1.0.13",
"@libp2p/crypto": "^4.0.1",
"@libp2p/identify": "^1.0.12",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/websockets": "^8.0.13",
"@multiformats/multiaddr-matcher": "^1.1.2",
"@orbitdb/feed-db": "^1.0.0",
"@types/compression": "^1.7.5",
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
Expand All @@ -49,7 +39,6 @@
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chalk": "^5.3.0",
"core-js": "^3.35.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -61,7 +50,6 @@
"execa": "^8.0.1",
"keys": "link:@libp2p/crypto/keys",
"mocha": "^10.2.0",
"node-emoji": "^2.1.3",
"prettier": "^3.2.4",
"source-map-support": "^0.5.21",
"ts-patch": "^3.1.2",
Expand All @@ -71,6 +59,13 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.13",
"@libp2p/crypto": "^4.0.1",
"@libp2p/identify": "^1.0.12",
"@libp2p/peer-id-factory": "^4.0.5",
"@libp2p/websockets": "^8.0.13",
"@helia/block-brokers": "^2.0.0",
"@libp2p/interface": "^1.1.2",
"@libp2p/mplex": "^10.0.13",
Expand Down
Loading

0 comments on commit e38eb5e

Please sign in to comment.