-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 KB
/
package.json
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"seed": "ts-node -P scripts/tsconfig.json scripts/seed-data.ts"
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-slot": "1.1.0",
"@react-pdf/renderer": "3.4.5",
"@types/bcryptjs": "2.4.6",
"@types/uuid": "10.0.0",
"bcryptjs": "2.4.3",
"chart.js": "4.4.7",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"jspdf": "2.5.2",
"jspdf-autotable": "3.8.4",
"lucide-react": "0.363.0",
"mongodb": "6.5.0",
"next": "14.1.4",
"react": "18.2.0",
"react-calendar": "^5.1.0",
"react-chartjs-2": "5.2.0",
"react-datepicker": "7.5.0",
"react-day-picker": "9.4.1",
"react-dom": "18.2.0",
"react-error-boundary": "4.1.2",
"react-hook-form": "7.51.1",
"react-toastify": "10.0.5",
"recharts": "2.14.1",
"tailwind-merge": "2.5.5",
"tailwindcss-animate": "1.0.7",
"uuid": "11.0.3",
"yup": "1.4.0",
"zod": "3.23.8"
},
"devDependencies": {
"@shadcn/ui": "0.0.4",
"@types/node": "18.7.5",
"@types/react": "18.2.64",
"autoprefixer": "10.4.19",
"dotenv": "16.4.7",
"postcss": "8.4.38",
"tailwindcss": "3.4.1",
"ts-node": "10.9.2",
"typescript": "5.4.4"
}
}