-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.33 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
{
"name": "chat_dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start -p 4000",
"lint": "eslint",
"tsc": "tsc --noEmit",
"tsc:watch": "tsc --noEmit --watch"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1093.0",
"@aws-sdk/s3-request-presigner": "^3.1093.0",
"@hookform/resolvers": "^5.4.0",
"@prisma/adapter-pg": "^7.9.0",
"@prisma/client": "^7.10.0",
"@prisma/client-runtime-utils": "^7.9.0",
"@radix-ui/react-alert-dialog": "^1.1.21",
"@radix-ui/react-avatar": "^1.2.4",
"@radix-ui/react-checkbox": "^1.3.9",
"@radix-ui/react-collapsible": "^1.1.18",
"@radix-ui/react-dialog": "^1.1.21",
"@radix-ui/react-dropdown-menu": "^2.1.22",
"@radix-ui/react-label": "^2.1.13",
"@radix-ui/react-progress": "^1.1.14",
"@radix-ui/react-radio-group": "^1.4.5",
"@radix-ui/react-select": "^2.3.5",
"@radix-ui/react-separator": "^1.1.13",
"@radix-ui/react-slot": "^1.3.1",
"@radix-ui/react-switch": "^1.3.5",
"@radix-ui/react-tooltip": "^1.2.14",
"@tanstack/react-query": "^5.101.4",
"axios": "^1.18.1",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"dompurify": "^3.4.14",
"dotenv": "^17.4.2",
"i": "^0.3.7",
"isomorphic-dompurify": "^3.22.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.555.0",
"marked": "^18.0.10",
"nanoid": "^6.0.0",
"next": "16.2.11",
"pg": "^8.22.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-hook-form": "^7.82.0",
"resend": "^6.27.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.19.43",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"baseline-browser-mapping": "^2.11.1",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.11",
"prisma": "^7.9.1",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@11.24.0+sha512.bd27e345e976dcb0be0b7a1228217b049a817e21b1f355c90dbe7dc46671895a8bc1e6d06c24554505ea93ea0b45f489a27ec1bfbc8de6a9659fca0f16fa0000"
}