-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.11 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.11 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
{
"name": "ticket-management-apps",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"type": "tsc --noEmit",
"postinstall": "prisma generate",
"prisma-seed": "tsx prisma/seed.ts",
"prepare": "husky",
"inngest:dev": "inngest-cli dev"
},
"dependencies": {
"@lucia-auth/adapter-prisma": "^4.0.1",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "5.14.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@react-email/components": "^1.0.4",
"@tanstack/react-query": "^5.36.0",
"@types/big.js": "^6.2.2",
"big.js": "^7.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fastest-levenshtein": "^1.0.16",
"husky": "^9.1.7",
"inngest": "^3.49.0",
"lucia": "^3.2.2",
"lucide-react": "^0.542.0",
"next": "14.3.0-canary.87",
"next-themes": "^0.4.6",
"nuqs": "^2.8.5",
"prisma": "5.14.0",
"react": "19.1.2",
"react-day-picker": "^9.11.1",
"react-dom": "19.1.2",
"react-intersection-observer": "^9.10.2",
"resend": "^6.4.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tsx": "^4.20.6",
"use-debounce": "^10.0.6",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.19",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"eslint": "^9.36.0",
"eslint-config-next": "15.5.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"inngest-cli": "^1.16.0",
"react-email": "^5.2.1",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}