feat: started working with api

This commit is contained in:
2025-06-08 13:41:10 +03:00
parent 5948b9d739
commit 11c6d538b1
19 changed files with 299 additions and 31 deletions

View File

@@ -10,9 +10,13 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.9.0",
"@telegram-apps/init-data-node": "^2.0.7",
"@telegram-apps/sdk-react": "^3.3.0",
"@telegram-apps/telegram-ui": "^2.1.8",
"next": "15.3.3",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
@@ -31,6 +35,7 @@
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.2",
"prettier-plugin-tailwindcss": "^0.6.12",
"prisma": "^6.9.0",
"sass-embedded": "^1.89.1",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4",