-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.66 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
{
"name": "skillsync",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"db:generate": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.0",
"@hookform/resolvers": "^3.3.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.0.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.6.0",
"clsx": "^2.0.0",
"date-fns": "^3.0.0",
"framer-motion": "^11.0.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.400.0",
"next": "15.0.0",
"next-auth": "^4.24.11",
"next-themes": "^0.2.1",
"prisma": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.0",
"recharts": "^2.8.0",
"sonner": "^1.0.0",
"tailwind-merge": "^2.0.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.0.0",
"eslint-config-next": "15.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.0.0"
}
}