-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "login-example",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"prisma": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.19.0",
"@t3-oss/env-nextjs": "^0.13.11",
"@tailwindcss/postcss": "^4.2.2",
"@tanstack/react-query": "^5.99.2",
"@trpc/client": "^11.16.0",
"@trpc/next": "^11.16.0",
"@trpc/react-query": "^11.16.0",
"@trpc/server": "^11.16.0",
"next": "15",
"next-auth": "^4.24.14",
"nextjs-progressbar": "^0.0.16",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-social-icons": "^6.25.0",
"superjson": "^2.2.6",
"zod": "^4.3.6"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/eslint": "^8.37.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@yarnpkg/pnpify": "^4.1.6",
"autoprefixer": "^10.5.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.2",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"prisma": "^6.19.0",
"tailwindcss": "^3.3.0",
"typescript": "^6.0.3"
},
"ct3aMetadata": {
"initVersion": "7.16.0"
},
"engines": {
"node": "24"
},
"packageManager": "yarn@3.6.1"
}