Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Policy upload to Filebase/IPFS #639

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(web/dependencies): add amqplib and typing libraries
  • Loading branch information
alcercu committed Mar 9, 2023
commit 15c8b09ccd9b6c5bac4d2f4c43fc9d19fa5c96b8
3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@
"@netlify/functions": "^1.4.0",
"@parcel/transformer-svg-react": "~2.7.0",
"@parcel/watcher": "~2.0.0",
"@types/amqplib": "^0.10.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/utils": "^5.53.0",
Expand Down Expand Up @@ -66,6 +68,7 @@
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/types": "^6.0.7",
"amqplib": "^0.10.3",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.0",
"core-js": "^3.21.1",
Expand Down
Loading