-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
100 lines (100 loc) · 3.74 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
95
96
97
98
99
100
{
"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.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"dependencies": {
"@hono/zod-openapi": "^0.16.4",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.1.0",
"@node-rs/argon2": "^2.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/components": "0.0.25",
"@react-email/render": "1.0.1",
"@scalar/hono-api-reference": "^0.5.156",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.35.3",
"hono": "4.6.7",
"input-otp": "^1.2.4",
"lucia": "^3.2.2",
"lucide-react": "^0.453.0",
"next": "15.0.1",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"oslo": "^1.2.1",
"postgres": "^3.4.5",
"query-string": "^9.1.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.1",
"resend": "^4.0.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.8.1",
"@types/nodemailer": "^6.4.16",
"@types/pg": "^8.11.10",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"pg": "^8.13.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-email": "3.0.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}