mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Explicitly add all dependencies as well as pnpm build authorisations for pnpm users
This commit is contained in:
parent
952dacc05c
commit
651c8bef3d
21
package.json
21
package.json
@ -20,6 +20,8 @@
|
||||
"dependencies": {
|
||||
"@ipld/dag-cbor": "^9.0.6",
|
||||
"@libp2p/crypto": "^5.0.5",
|
||||
"@libp2p/logger": "^5.1.8",
|
||||
"it-drain": "^3.0.7",
|
||||
"it-pipe": "^3.0.1",
|
||||
"level": "^8.0.0",
|
||||
"lru": "^3.1.0",
|
||||
@ -30,7 +32,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||
"@libp2p/circuit-relay-v2": "^3.1.0",
|
||||
"@chainsafe/libp2p-noise": "^16.0.1",
|
||||
"@chainsafe/libp2p-yamux": "^7.0.1",
|
||||
"@helia/block-brokers": "^4.0.4",
|
||||
"@libp2p/circuit-relay-v2": "^3.1.12",
|
||||
"@libp2p/identify": "^3.0.18",
|
||||
"@libp2p/webrtc": "^5.1.0",
|
||||
"@libp2p/websockets": "^9.1.5",
|
||||
"@multiformats/multiaddr": "^12.3.5",
|
||||
"@multiformats/multiaddr-matcher": "^1.6.0",
|
||||
"blockstore-core": "^5.0.2",
|
||||
"blockstore-level": "^2.0.1",
|
||||
"c8": "^8.0.1",
|
||||
"cross-env": "^7.0.3",
|
||||
@ -38,6 +49,7 @@
|
||||
"helia": "^5.1.0",
|
||||
"it-all": "^3.0.4",
|
||||
"jsdoc": "^4.0.2",
|
||||
"libp2p": "^2.6.2",
|
||||
"mocha": "^10.2.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"playwright-test": "^14.1.6",
|
||||
@ -82,5 +94,12 @@
|
||||
"libp2p",
|
||||
"p2p",
|
||||
"peer-to-peer"
|
||||
],
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@ipshipyard/node-datachannel",
|
||||
"classic-level",
|
||||
"esbuild"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user