mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-19 11:32:11 +00:00
7526e205e2
* update waku deps * update craco * update light-chat * up light-js * up noise-js * up noise-rtc * up relay-js * up react relay * up rln-js * up store-js * up store react * up protons deps for web chat
25 lines
551 B
JSON
25 lines
551 B
JSON
{
|
|
"name": "@waku/noise-example",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"dependencies": {
|
|
"@waku/sdk": "0.0.18",
|
|
"@waku/noise": "0.0.3-31510da",
|
|
"@waku/utils": "0.0.10",
|
|
"protobufjs": "^7.1.2",
|
|
"qrcode": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-server": "^4.11.1"
|
|
}
|
|
}
|