Initial project setup with Next.js 15, TypeScript, Prisma, and tRPC
This commit is contained in:
1662
package-lock.json
generated
1662
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
39
package.json
39
package.json
@ -9,19 +9,46 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@auth/prisma-adapter": "^2.10.0",
|
||||||
|
"@prisma/client": "^6.12.0",
|
||||||
|
"@radix-ui/react-dialog": "^1.1.14",
|
||||||
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
||||||
|
"@radix-ui/react-tabs": "^1.1.12",
|
||||||
|
"@radix-ui/react-tooltip": "^1.2.7",
|
||||||
|
"@tanstack/react-query": "^5.83.0",
|
||||||
|
"@trpc/client": "^11.4.3",
|
||||||
|
"@trpc/next": "^11.4.3",
|
||||||
|
"@trpc/react-query": "^11.4.3",
|
||||||
|
"@trpc/server": "^11.4.3",
|
||||||
|
"@upstash/redis": "^1.35.1",
|
||||||
|
"bcryptjs": "^3.0.2",
|
||||||
|
"clsx": "^2.1.1",
|
||||||
|
"lucide-react": "^0.525.0",
|
||||||
|
"next": "15.4.2",
|
||||||
|
"next-auth": "^4.24.11",
|
||||||
|
"prisma": "^6.12.0",
|
||||||
"react": "19.1.0",
|
"react": "19.1.0",
|
||||||
"react-dom": "19.1.0",
|
"react-dom": "19.1.0",
|
||||||
"next": "15.4.2"
|
"react-hot-toast": "^2.5.2",
|
||||||
|
"superjson": "^2.2.2",
|
||||||
|
"tailwind-merge": "^3.3.1",
|
||||||
|
"zod": "^4.0.5",
|
||||||
|
"zustand": "^5.0.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^5",
|
"@eslint/eslintrc": "^3",
|
||||||
"@types/node": "^20",
|
"@tailwindcss/postcss": "^4",
|
||||||
|
"@types/bcryptjs": "^2.4.6",
|
||||||
|
"@types/node": "^20.19.9",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"@tailwindcss/postcss": "^4",
|
"@typescript-eslint/eslint-plugin": "^8.37.0",
|
||||||
"tailwindcss": "^4",
|
"@typescript-eslint/parser": "^8.37.0",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "15.4.2",
|
"eslint-config-next": "15.4.2",
|
||||||
"@eslint/eslintrc": "^3"
|
"prettier": "^3.6.2",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||||
|
"tailwindcss": "^4",
|
||||||
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user