mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-12 06:54:27 +00:00
8cbf0ca0e6
Proto files must be used for latest version of protons. This is not ideal when build an example and iterating fast.
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "store-reactjs-chat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "/store-reactjs-chat",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.2.0",
|
|
"@testing-library/user-event": "^14.1.1",
|
|
"js-waku": "0.24.0-e3bef47",
|
|
"protobufjs": "^7.1.0",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-scripts": "5.0.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "exit 0",
|
|
"eject": "react-scripts 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": {
|
|
"@testing-library/dom": "^8.16.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|