-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"name": "lets-track",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^6.9.0",
"@reduxjs/toolkit": "^2.8.2",
"@types/next-auth": "^3.15.0",
"axios": "^1.9.0",
"bcrypt": "^6.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"gsap": "^3.13.0",
"lenis": "^1.3.15",
"lucide-react": "^0.522.0",
"next": "15.1.8",
"next-auth": "^4.24.11",
"openai": "^5.0.1",
"react": "^19.0.0",
"react-calendar": "^6.0.0",
"react-dom": "^19.0.0",
"react-modern-calendar-datepicker": "^3.1.6",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.28"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.19.4",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.1.8",
"postcss": "^8.5.3",
"prisma": "^6.9.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}