feat: implement ID card generator with bulk upload, Excel parsing, Supabase and n8n integration

This commit is contained in:
2026-07-06 19:53:50 -04:00
parent 4b4685675c
commit f172d62ed4
5 changed files with 434 additions and 18 deletions
+5 -1
View File
@@ -11,9 +11,13 @@
},
"dependencies": {
"@supabase/supabase-js": "^2.108.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^1.23.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1"
"react-router-dom": "^7.18.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",