-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.74 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.74 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
{
"name": "dm-session-manager",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "bun test",
"prepare": "lefthook install",
"migrate:npc-classes": "bun run scripts/migrate-npc-classes.ts",
"db:types": "bunx supabase gen types typescript --local > src/lib/supabase/types.ts"
},
"dependencies": {
"@aws-sdk/client-rekognition": "^3.1005.0",
"@aws-sdk/client-s3": "^3.935.0",
"@sendgrid/mail": "^8.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"firebase": "^12.10.0",
"firebase-admin": "^13.7.0",
"lucide-react": "^0.575.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.3",
"resend": "^6.9.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0"
},
"overrides": {
"strip-ansi": "7.1.0",
"string-width": "7.1.0",
"brace-expansion": "5.0.2",
"glob": {
"minimatch": "9.0.5"
},
"@ts-morph/common": {
"minimatch": "10.2.2"
},
"@typescript-eslint/typescript-estree": {
"minimatch": "10.2.2"
}
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"bun-types": "^1.3.10",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"lefthook": "^2.1.3",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}