funel data

This commit is contained in:
2025-03-11 00:36:22 +08:00
parent 7857a9007a
commit bc42ff4dbf
13 changed files with 2171 additions and 11 deletions

View File

@@ -24,10 +24,12 @@
"dotenv": "^16.4.7",
"hono": "^4.7.4",
"jsonwebtoken": "^9.0.2",
"redis": "^4.7.0"
"redis": "^4.7.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@clickhouse/client": "^1.10.1",
"@supabase/supabase-js": "^2.49.1",
"@types/axios": "^0.14.4",
"@types/dotenv": "^8.2.3",
"@types/jsonwebtoken": "^9.0.6",
@@ -38,6 +40,7 @@
"axios": "^1.8.2",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"pg": "^8.13.3",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"uuid": "^11.1.0",