Skip to content

Commit

Permalink
updated the uiweb to fix chat blurr screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed May 24, 2024
1 parent 9660c4a commit 59cb49c
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"start:sdk:local:forcecleanup": "node dev-mode-link-local-sdk.mjs localsdk forcecleanup start",
"start:sdk:local:nocleanup": "node dev-mode-link-local-sdk.mjs localsdk nocleanup start",
"reset:sdk:prod": "node dev-mode-link-local-sdk.mjs prodsdk forcecleanup nostart",
"build:pr:preview": "node build.mjs preview && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build": "NODE_OPTIONS=--max-old-space-size=8192 node dev-mode-link-local-sdk.mjs prodsdk cleanup nostart && vite build",
"test": "vite test",
"deploy:alpha": "node build.mjs alpha && yarn build && echo 'alpha.push.org' > ./build/CNAME && gh-pages -d build -r https://github.com/push-protocol/push-dapp-alpha-deployment",
Expand All @@ -23,20 +22,26 @@
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.3.7",
"@babel/runtime": "^7.21.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@firebase/app": "^0.7.24",
"@firebase/messaging": "^0.9.13",
"@fontsource/ibm-plex-mono": "^5.0.12",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "^4.11.3",
"@metamask/eth-sig-util": "^4.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.18",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.3.5",
"@pushprotocol/uiweb": "1.0.0-exp.0",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -53,6 +58,7 @@
"assert": "2.0.0",
"babel-plugin-styled-components": "1.10.7",
"blockies": "0.0.2",
"blockies-identicon": "0.1.0",
"browserify-zlib": "^0.2.0",
"browserslist": "4.14.6",
"buffer": "6.0.3",
Expand All @@ -69,43 +75,64 @@
"eth-crypto": "1.6.0",
"eth-sig-util": "^3.0.1",
"ethers": "^5.7.2",
"font-awesome": "^4.7.0",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"https-browserify": "1.0.0",
"image-size": "0.9.3",
"immer": "^10.0.2",
"ipfs-api": "26.1.2",
"ipfs-http-client": "^57.0.3",
"jotai": "^2.0.3",
"jotai-immer": "^0.2.0",
"merkletreejs": "^0.3.11",
"moment": "2.30.1",
"nano-ipfs-store": "0.1.3",
"openpgp": "^5.5.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"peerjs": "^1.4.7",
"pica": "^9.0.1",
"postcss-normalize": "10.0.1",
"process": "0.11.10",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-animation": "1.2.2",
"react-animations": "1.0.0",
"react-cookie": "4.1.1",
"react-datetime-picker": "^3.5.0",
"react-dom": "^18.2.0",
"react-dotenv": "0.1.3",
"react-dropdown": "1.9.0",
"react-dropzone-uploader": "2.11.0",
"react-easy-crop": "^4.1.4",
"react-ga": "2.7.0",
"react-icons": "4.12.0",
"react-image-file-resizer": "^0.4.7",
"react-images-upload": "^1.2.8",
"react-joyride": "^2.4.0",
"react-loader-spinner": "^5.3.4",
"react-multi-select-component": "^4.2.3",
"react-player": "^2.16.0",
"react-query": "^3.39.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.9.0",
"react-scroll-to-bottom": "^4.2.0",
"react-select": "^5.2.2",
"react-spinners": "0.8.3",
"react-stack-grid": "0.7.1",
"react-switch": "^7.0.0",
"react-time-picker": "^4.5.0",
"react-toastify": "9.1.3",
"react-toggle-dark-mode": "1.1.1",
"react-transition-group": "4.4.2",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.3.2",
"react-wavify": "^1.5.4",
"react-waypoint": "^9.0.3",
"secp256k1-v4": "https://github.com/HarshRajat/secp256k1-node",
"simple-peer": "9.11.1",
"socket.io-client": "4.5.2",
"stream-browserify": "3.0.0",
"styled-components": "^5.3.8",
"url": "0.11.0",
Expand All @@ -120,6 +147,7 @@
"@types/openpgp": "^4.4.18",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-scroll-to-bottom": "^4.2.0",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand All @@ -136,5 +164,5 @@
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@3.4.1"
}

0 comments on commit 59cb49c

Please sign in to comment.