implemented

This commit is contained in:
counterweight 2025-12-20 23:06:05 +01:00
parent a31bd8246c
commit d3638e2e69
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
18 changed files with 1643 additions and 120 deletions

View file

@ -7,7 +7,8 @@
"build": "next build",
"start": "next start",
"test": "vitest run",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"generate-api-types": "openapi-typescript http://localhost:8000/openapi.json -o app/generated/api.ts"
},
"dependencies": {
"bech32": "^2.0.0",
@ -22,6 +23,7 @@
"@types/react": "19.2.7",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^26.0.0",
"openapi-typescript": "^7.10.1",
"typescript": "5.9.3",
"vitest": "^2.1.8"
}