-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.38 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.38 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
{
"name": "talent-connect-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "prisma studio",
"generate": "prisma generate",
"migrate": "prisma migrate dev",
"prepare": "echo skipped husky install",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.12",
"@aws-sdk/client-s3": "^3.846.0",
"@aws-sdk/s3-request-presigner": "^3.846.0",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.10.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^15.4.1",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.14",
"@tanstack/react-query": "^5.83.0",
"bcryptjs": "^3.0.2",
"chart.js": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^12.23.6",
"lucide-react": "^0.344.0",
"next": "^15.4.1",
"next-auth": "^4.24.11",
"next-i18next": "^15.4.2",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^8.4.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-loading-skeleton": "3",
"recharts": "^3.1.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"stripe": "^18.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.19.8",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"autoprefixer": "^10.4.21",
"eslint": "9.33.0",
"eslint-config-next": "15.5.0",
"husky": "^9.1.7",
"postcss": "^8.5.6",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}