edit styles, add vk-button and initial setup for vk auth

This commit is contained in:
smanylov
2025-12-15 17:32:30 +07:00
parent b0d1b954dd
commit 79df200ccb
9 changed files with 128 additions and 6 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "no-copy-frontend",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
@@ -13,6 +13,7 @@
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
"@vkid/sdk": "^2.6.2",
"clsx": "^2.1.1",
"jose": "^6.1.2",
"next": "^16.0.7",