2024-10-01 09:43:30 +00:00
|
|
|
{
|
|
|
|
"name": "waku-message-monitor",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.18.111",
|
|
|
|
"@types/react": "^18.3.9",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-10-25 00:11:04 +00:00
|
|
|
"@waku/sdk": "0.0.29-de10ff4.0",
|
2024-10-01 09:43:30 +00:00
|
|
|
"protobufjs": "^7.4.0",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-01 09:52:54 +00:00
|
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
2024-10-01 09:43:30 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-10-01 10:28:19 +00:00
|
|
|
"gh-pages": "^6.1.1",
|
2024-10-01 09:43:30 +00:00
|
|
|
"postcss": "^8.4.47",
|
|
|
|
"tailwindcss": "^3.4.13"
|
|
|
|
}
|
|
|
|
}
|