Newer
Older

Yusuf Akgül
committed
"name": "project_ss23_gameunity",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preview": "prisma generate && next build && next start",

Yusuf Akgül
committed
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@prisma/client": "^4.16.1",

Yusuf Akgül
committed

Yusuf Akgül
committed

Yusuf Akgül
committed
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.17",
"@uploadthing/react": "^5.0.0",

Yusuf Akgül
committed

Yusuf Akgül
committed
"dayjs": "^1.11.8",
"lucide-react": "^0.252.0",

Yusuf Akgül
committed
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"normalize-diacritics": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",

Yusuf Akgül
committed
"react-hook-form": "^7.45.0",
"react-infinite-scroll-component": "^6.1.0",

Yusuf Akgül
committed
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",

Yusuf Akgül
committed
"zod": "^3.21.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/bcrypt": "^5.0.0",
"@types/node": "^20.3.1",
"@types/react": "^18.2.14",

Yusuf Akgül
committed
"@types/react-dom": "^18.2.6",
"autoprefixer": "10.4.14",
"eslint": "^8.43.0",

Yusuf Akgül
committed

Yusuf Akgül
committed
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
}