Skip to content

Commit bbb1b22

Browse files
authored
Merge pull request #2 from ACTA-Team/feat/phase-0-and-1
feat: add Stellar SDK and wallet dependencies to package.json
2 parents 2db9990 + 105abe5 commit bbb1b22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"react": "19.2.3",
1919
"react-dom": "19.2.3",
2020
"react-hook-form": "^7.54.0",
21-
"zod": "^3.23.8"
21+
"zod": "^3.23.8",
22+
"@stellar/stellar-sdk": "^13.3.0",
23+
"@creit.tech/stellar-wallets-kit": "^2.0.0",
24+
"@acta-team/acta-sdk": "^1.1.6"
2225
},
2326
"devDependencies": {
2427
"@tailwindcss/postcss": "^4",

0 commit comments

Comments
 (0)