2018-10-19 16:28:28 +02:00
|
|
|
{
|
|
|
|
"name": "delegated-routing-example",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-04-11 15:52:04 +02:00
|
|
|
"ipfs": "~0.34.4",
|
|
|
|
"libp2p": "github:libp2p/js-libp2p#master",
|
2018-10-19 16:28:28 +02:00
|
|
|
"libp2p-delegated-content-routing": "~0.2.2",
|
|
|
|
"libp2p-delegated-peer-routing": "~0.2.2",
|
2019-04-11 15:52:04 +02:00
|
|
|
"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"
|
2018-10-19 16:28:28 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start"
|
2019-04-11 15:52:04 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-10-19 16:28:28 +02:00
|
|
|
}
|