We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff6ac commit d9738d9Copy full SHA for d9738d9
examples/otp-auth/with-backend/package.json
@@ -10,13 +10,14 @@
10
"typecheck": "tsc --noEmit"
11
},
12
"dependencies": {
13
+ "@noble/curves": "^2.0.1",
14
"@noble/hashes": "1.4.0",
15
"@solana/web3.js": "1.95.8",
16
"@tailwindcss/postcss": "4.1.13",
17
"@turnkey/crypto": "workspace:*",
18
+ "@turnkey/encoding": "workspace:*",
19
"@turnkey/react-wallet-kit": "workspace:*",
20
"@turnkey/sdk-server": "workspace:*",
- "@turnkey/encoding": "workspace:*",
21
"@types/node": "20.3.1",
22
"@types/react": "18.2.14",
23
"@types/react-dom": "18.2.6",
0 commit comments