first commit

This commit is contained in:
Bivekich
2025-08-13 21:23:15 +03:00
parent 10d4d41e95
commit c17c903bea
19 changed files with 2578 additions and 384 deletions

View File

@ -7,6 +7,7 @@
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"ai:gateway": "tsx scripts/gateway.ts",
"test-db": "node scripts/test-db.mjs",
"db:push": "prisma db push",
"db:generate": "prisma generate",
@ -18,6 +19,7 @@
"update:env": "bash scripts/update-env.sh"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.24",
"@apollo/client": "^3.13.8",
"@apollo/experimental-nextjs-app-support": "^0.12.2",
"@apollo/server": "^4.12.2",
@ -33,6 +35,7 @@
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
@ -47,6 +50,7 @@
"@types/pg": "^8.15.4",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^10.0.0",
"ai": "^3.4.33",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
@ -91,6 +95,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"tsx": "^4.19.2",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}