-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.57 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.57 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
{
"name": "lama-dev-next-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/elements": "^0.14.6",
"@clerk/nextjs": "^5.7.5",
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^6.3.1",
"@types/react-big-calendar": "^1.8.9",
"client": "^0.0.1",
"cloudinary": "^2.5.1",
"file-saver": "^2.0.5",
"file-server": "^2.2.1",
"formidable": "^3.5.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"jszip": "^3.10.1",
"lucide-react": "^0.477.0",
"moment": "^2.30.1",
"next": "^14.2.23",
"next-cloudinary": "^6.16.0",
"react": "^18",
"react-big-calendar": "^1.13.2",
"react-calendar": "^5.0.0",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.4.0",
"react-modal": "^3.16.3",
"react-select": "^5.10.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
}
}