mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-10 16:53:11 +00:00
Updates the requirements on [js-waku](https://github.com/status-im/js-waku) to permit the latest version. - [Release notes](https://github.com/status-im/js-waku/releases) - [Changelog](https://github.com/status-im/js-waku/blob/master/CHANGELOG.md) - [Commits](https://github.com/status-im/js-waku/commits/v0.24.0) --- updated-dependencies: - dependency-name: js-waku dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1016 B
JSON
48 lines
1016 B
JSON
{
|
|
"name": "relay-reactjs-chat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "/relay-reactjs-chat",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"js-waku": "0.24.0",
|
|
"protobufjs": "^7.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-scripts": "5.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "exit 0",
|
|
"eject": "craco eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not ie <= 99",
|
|
"not android <= 4.4.4",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "7.0.0-alpha.7",
|
|
"eslint": "^8.22.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|