-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.45 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "chip-hosting-admin",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.5.3",
"@faker-js/faker": "^8.4.1",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-form": "^0.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-primitive": "^2.0.0",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/themes": "^3.1.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.40.1",
"@types/jspdf": "^1.3.3",
"@types/papaparse": "^5.3.15",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^0.7.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"fs": "^0.0.1-security",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"lucide-react": "^0.453.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "^15.1.3",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.15",
"papaparse": "^5.4.1",
"pdf-lib": "^1.17.1",
"plaid": "^29.0.0",
"query-string": "^9.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-plaid-link": "^3.6.0",
"recharts": "^2.12.7",
"shadcn-ui": "^0.2.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.0",
"zod": "^3.23.8"
},
"resolutions": {
"**/cookie": "^0.7.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.17.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"next-auth": "^4.24.11",
"postcss": "^8.4.38",
"prisma": "^6.1.0",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}