waku-web-chat/browser/package.json

47 lines
1.3 KiB
JSON

{
"name": "js-webapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel $INIT_CWD/index.html -d ./dist",
"lint": "standard",
"postinstall": "echo \"Applying patches\"; patch --forward node_modules/libp2p-gossipsub/src/constants.js < ../patches/waku-hack-gossipsub-relay-codec.patch; patch --forward node_modules/libp2p/src/identify/index.js < ../patches/waku-hack-identify-peer-proto-manual.patch"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"cytoscape": "^3.15.0",
"cytoscape-euler": "^1.2.2",
"it-pipe": "^1.1.0",
"libp2p": "^0.29.0",
"libp2p-bootstrap": "^0.11.0",
"libp2p-floodsub": "^0.21.3",
"libp2p-gossipsub": "^0.6.1",
"libp2p-kad-dht": "^0.19.5",
"libp2p-mplex": "^0.9.5",
"libp2p-noise": "^1.1.1",
"libp2p-secio": "^0.12.5",
"libp2p-webrtc-star": "^0.18.3",
"libp2p-websockets": "^0.13.6",
"peer-id": "^0.13.12",
"protons": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"parcel": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"regenerator-runtime": "^0.13.5",
"standard": "^14.3.4",
"tachyons": "^4.12.0"
},
"browserslist": [
"last 2 Chrome versions"
],
"standard": {
"parser": "babel-eslint"
}
}