add usersList table

This commit is contained in:
smanylov
2026-01-19 16:34:29 +07:00
parent fe8b6e42cc
commit 3c6dab7971
16 changed files with 2161 additions and 51 deletions
+5 -2
View File
@@ -8,11 +8,14 @@
"start": "next start -p 2996"
},
"dependencies": {
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
"clsx": "^2.1.1",
"next": "16.1.2",
"next-intl": "^4.7.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"sonner": "^2.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
@@ -24,4 +27,4 @@
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}
}