add bank card validation

This commit is contained in:
smanylov
2026-03-12 13:06:03 +07:00
parent 6e648a522a
commit d36b724d4f
9 changed files with 91 additions and 32 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "no-copy-frontend",
"version": "0.58.0",
"version": "0.59.0",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
@@ -16,6 +16,7 @@
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
"@vkid/sdk": "^2.6.2",
"card-validator": "^10.0.4",
"clsx": "^2.1.1",
"jose": "^6.1.2",
"next": "^16.0.7",