mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-22 23:21:20 +00:00
* docs: update chat example readme * docs: update discovery test for autodial * docs: fix delegated routing example * docs: update echo example readme * docs: fix libp2p in the browser example * docs: update examples for peer/content routing * docs: update the pubsub example
30 lines
716 B
JSON
30 lines
716 B
JSON
{
|
|
"name": "delegated-routing-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ipfs": "~0.34.4",
|
|
"libp2p": "github:libp2p/js-libp2p#master",
|
|
"libp2p-delegated-content-routing": "~0.2.2",
|
|
"libp2p-delegated-peer-routing": "~0.2.2",
|
|
"libp2p-kad-dht": "~0.14.12",
|
|
"libp2p-mplex": "~0.8.5",
|
|
"libp2p-secio": "~0.11.1",
|
|
"libp2p-webrtc-star": "~0.15.8",
|
|
"libp2p-websocket-star": "~0.10.2",
|
|
"libp2p-websockets": "~0.12.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "2.1.8"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|