-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
94 lines (94 loc) · 3.49 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "next-hono-lucia",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"dev:email": "email dev -d ./src/emails -p 3001",
"build": "next build",
"test": "echo 'No tests found.'",
"start": "next start",
"lint": "next lint --fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,cjs,mjs,md,mdx}\"",
"db:generate": "dotenv -c pnpm drizzle-kit generate",
"db:migrate": "dotenv -c pnpm drizzle-kit migrate",
"db:studio": "dotenv -c pnpm drizzle-kit studio"
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"dependencies": {
"@hono/zod-openapi": "^0.18.3",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.10.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@node-rs/argon2": "^2.0.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-email/components": "0.0.32",
"@react-email/render": "1.0.4",
"@scalar/hono-api-reference": "^0.5.165",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-query-devtools": "^5.64.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.38.3",
"hono": "4.6.16",
"input-otp": "^1.4.2",
"lucia": "^3.2.2",
"lucide-react": "^0.471.1",
"next": "15.1.4",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.16",
"oslo": "^1.2.1",
"postgres": "^3.4.5",
"query-string": "^9.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"resend": "^4.0.1",
"server-only": "^0.0.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/eslint-plugin-query": "^5.62.16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.10",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"dotenv-cli": "^8.0.0",
"drizzle-kit": "^0.30.1",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"pg": "^8.13.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-email": "3.0.6",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.7.3"
}
}