Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
feat: add new connect wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
izaakwalz committed May 6, 2024
1 parent e4ad4d9 commit 05a1efa
Show file tree
Hide file tree
Showing 11 changed files with 2,566 additions and 2,827 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"shadcn:add": "pnpm dlx shadcn-ui@latest add"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@phosphor-icons/react": "^2.1.5",
"@polkadot/api": "^11.0.2",
"@polkadot/extension-dapp": "^0.47.3",
Expand All @@ -27,8 +29,10 @@
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.6"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down
Loading

0 comments on commit 05a1efa

Please sign in to comment.