Skip to content

Commit

Permalink
feat: cbw sdk connection & comms
Browse files Browse the repository at this point in the history
  • Loading branch information
stephancill committed Jul 15, 2024
1 parent f3aa9fd commit a0820a6
Show file tree
Hide file tree
Showing 10 changed files with 6,491 additions and 4,564 deletions.
45 changes: 24 additions & 21 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,41 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@peculiar/asn1-ecc": "2.3.6",
"@peculiar/asn1-schema": "2.3.6",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.1",
"@rainbow-me/rainbowkit": "^1.2.1",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"@radix-ui/themes": "^2.0.3",
"@rainbow-me/rainbowkit": "^1.3.7",
"@simplewebauthn/browser": "^8.3.7",
"@simplewebauthn/server": "^8.3.7",
"@simplewebauthn/typescript-types": "^8.3.4",
"@walletconnect/core": "^2.10.5",
"@walletconnect/types": "^2.10.5",
"@walletconnect/utils": "^2.10.5",
"@walletconnect/web3wallet": "^1.9.4",
"cbor": "^9.0.1",
"@walletconnect/core": "^2.13.3",
"@walletconnect/types": "^2.13.3",
"@walletconnect/utils": "^2.13.3",
"@walletconnect/web3wallet": "^1.12.3",
"cbor": "^9.0.2",
"encoding": "^0.1.13",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-qr-reader-es6": "2.2.1-2",
"viem": "^1.19.4",
"wagmi": "^1.4.7"
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.54.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^12.3.4",
"lokijs": "^1.5.12",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
}
"prettier": "^3.3.3",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}
Loading

0 comments on commit a0820a6

Please sign in to comment.