{ "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": "next build && next start" }, "dependencies": { "@prisma/client": "^4.14.1", "@radix-ui/react-dropdown-menu": "^2.0.5", "@radix-ui/react-scroll-area": "^1.0.4", "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.4", "@tanstack/react-query": "^4.29.7", "bcrypt": "^5.1.0", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", "lucide-react": "^0.221.0", "next": "^13.4.3", "next-auth": "^4.22.1", "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", "react-infinite-scroll-component": "^6.1.0", "tailwind-merge": "^1.12.0", "tailwindcss-animate": "^1.0.5" }, "devDependencies": { "@tanstack/eslint-plugin-query": "^4.29.9", "@types/bcrypt": "^5.0.0", "@types/node": "^20.2.4", "@types/react": "^18.2.7", "@types/react-dom": "^18.2.4", "autoprefixer": "10.4.14", "eslint": "^8.41.0", "eslint-config-next": "^13.4.4", "postcss": "8.4.23", "prisma": "^4.14.1", "tailwindcss": "3.3.2", "typescript": "^5.0.4" } }