-
Yusuf Akgül authoredYusuf Akgül authored
This project manages its dependencies using npm.
Learn more
package.json 1.30 KiB
{
"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": {
"@clerk/nextjs": "^4.18.5",
"@clerk/themes": "^1.7.4",
"@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",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"lucide-react": "^0.221.0",
"next": "^13.4.3",
"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/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"
}
}