-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
141 lines (141 loc) · 4.24 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "flc-website",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"type": "module",
"scripts": {
"build": "next build",
"db:generate": "prisma migrate dev",
"db:migrate": "prisma migrate deploy",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@auth/prisma-adapter": "^1.6.0",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/google-calendar": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.1",
"@react-hook/window-size": "^3.1.1",
"@react-three/fiber": "^8.16.8",
"@swc/core": "^1.7.10",
"@swc/helpers": "^0.5.12",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^3.12.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-table": "^8.20.5",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/date-fns": "^2.6.0",
"@types/formidable": "^3.4.5",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.12",
"bcryptjs": "^2.4.3",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.2.0",
"cloudinary-core": "^2.13.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.1.8",
"formidable": "^3.5.1",
"framer-motion": "^11.3.24",
"geist": "^1.3.0",
"gsap": "^3.12.5",
"handlebars": "^4.7.8",
"input-otp": "^1.2.4",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.424.0",
"next": "^14.2.1",
"next-auth": "^4.24.7",
"next-cloudinary": "^6.6.2",
"next-themes": "^0.3.0",
"node-cron": "^3.0.3",
"node-html-to-image": "^4.0.0",
"nodemailer": "^6.9.13",
"qrcode.react": "^3.1.0",
"razorpay": "^2.9.3",
"react": "^18.3.0",
"react-big-calendar": "^1.13.2",
"react-countup": "^6.5.3",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.0",
"react-dom-confetti": "^0.2.0",
"react-hook-form": "^7.52.2",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-parallax-tilt": "^1.7.232",
"react-quill": "^2.0.0",
"react-zxing": "^2.0.2",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.0",
"uuid": "^10.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/canvas-confetti": "^1.6.4",
"@types/eslint": "^8.56.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.2",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.2.57",
"@types/react-big-calendar": "^1.8.9",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.167.1",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsx": "^4.15.5",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.34.0"
}
}