-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.05 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.05 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pro-track",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^3.10.0",
"@mui/material": "^6.4.6",
"@mui/x-charts": "^7.27.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.4.1",
"@prisma/extension-accelerate": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@sentry/nextjs": "^9.3.0",
"@vercel/speed-insights": "^1.2.0",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"framer-motion": "^12.4.7",
"lodash": "^4.17.21",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"next-auth": "^4.24.11",
"next-cloudinary": "^6.16.0",
"next-themes": "^0.4.4",
"pinata": "^1.10.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-gauge-chart": "^0.5.1",
"react-hook-form": "^7.54.2",
"resend": "^4.1.2",
"server-only": "^0.0.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-gauge-chart": "^0.4.3",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}