-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.88 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
{
"name": "passport-data-pages",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"prisma": {
"schema": "prisma/schema.prisma"
},
"packageManager": "bun@1.3.1",
"dependencies": {
"@aws-sdk/client-s3": "^3.504.0",
"@aws-sdk/s3-request-presigner": "^3.504.0",
"@aws-sdk/signature-v4-crt": "^3.502.0",
"@hookform/resolvers": "^5.2.2",
"@prisma/client": "5.9.1",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@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-radio-group": "^1.3.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@sentry/nextjs": "^10",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-signature": "^1.3.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.577.0",
"next": "^16.0.7",
"next-auth": "5.0.0-beta.29",
"plaiceholder": "^3.0.0",
"prettier": "^3.3.3",
"react": "^19.2.0",
"react-canvas-confetti": "^2.0.7",
"react-day-picker": "8.10.1",
"react-dom": "^19.2.0",
"react-hook-form": "^7.49.3",
"react-image-crop": "^11.0.5",
"sharp": "0.32.6",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"undici": "^6.22.0",
"zod": "^4"
},
"devDependencies": {
"@types/node": "^25.0.0",
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.0.1",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.1",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.5.6",
"prisma": "5.9.1",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
}
}