forked from juanscr24/tasklancer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.27 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.27 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
{
"name": "tasklancer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.1.0",
"@prisma/client": "6.19.0",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"html2canvas": "^1.4.1",
"jose": "^6.1.2",
"jspdf": "^3.0.4",
"lucide-react": "^0.554.0",
"motion": "12.23.25",
"nanoid": "^5.1.6",
"next": "^16.0.8",
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.5.5",
"pg": "^8.16.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.66.1",
"react-icons": "^5.5.0",
"resend": "^6.6.0",
"zod": "^4.1.12",
"zustand": "5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.25",
"@types/pg": "^8.15.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"nodemon": "^3.1.11",
"prisma": "6.19.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}