-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.66 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.66 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
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
{
"name": "hack-canada-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"db:generate": "drizzle-kit generate",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"ratings:normalize": "tsx infra/scripts/normalization.ts"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@auth/drizzle-adapter": "^1.7.4",
"@aws-sdk/client-ses": "^3.616.0",
"@hookform/resolvers": "^3.9.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@neondatabase/serverless": "^0.10.4",
"@next/env": "15.5.9",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@react-email/components": "^0.0.25",
"@react-email/html": "^0.0.12",
"@react-email/render": "^2.0.1",
"@react-email/tailwind": "^0.1.0",
"@react-email/text": "^0.1.6",
"@tanstack/react-table": "^8.21.3",
"@types/bcryptjs": "^2.4.6",
"arctic": "^1.9.2",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-parse": "^5.6.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.32.0",
"file-saver": "^2.0.5",
"lucia": "^3.2.0",
"lucide-react": "^0.408.0",
"md-to-react-email": "^5.0.5",
"mysql2": "^3.10.3",
"next": "15.5.9",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.3",
"react-email": "^5.1.1",
"react-hook-form": "^7.52.1",
"react-qr-code": "^2.0.15",
"recharts": "^2.12.7",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.11",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"drizzle-kit": "^0.23.0",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
},
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}