feat: list clients and show list of invoice ids when clicked

This commit is contained in:
Tim Bendt
2024-04-19 17:39:39 -06:00
parent efb5de13cc
commit 22cb743835
6 changed files with 115 additions and 18 deletions

View File

@@ -12,6 +12,7 @@
"license": "UNLICENSED",
"dependencies": {
"@biomejs/biome": "1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"dotenv": "^16.4.5",
"esbuild": "0.20.2",
@@ -19,6 +20,7 @@
"eslint-config-sheriff": "^18.2.0",
"eslint-define-config": "^2.1.0",
"ky": "^1.2.3",
"lodash-es": "^4.17.21",
"tinyrainbow": "^1.1.1",
"tsx": "4.7.2",
"typescript": "5.4.5",