-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.8 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
{
"name": "wlumsa.org",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.cjs",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"email": "email dev"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.678.0",
"@clerk/nextjs": "^6.5.1",
"@fontsource/libre-baskerville": "^5.1.0",
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/google-calendar": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@lexical/headless": "0.20.0",
"@lexical/link": "0.20.0",
"@lexical/list": "0.20.0",
"@lexical/mark": "0.20.0",
"@lexical/markdown": "0.20.0",
"@lexical/react": "0.20.0",
"@lexical/rich-text": "0.20.0",
"@lexical/selection": "0.20.0",
"@lexical/table": "0.20.0",
"@lexical/utils": "0.20.0",
"@payloadcms/db-postgres": "~3.6.0",
"@payloadcms/email-resend": "~3.6.0",
"@payloadcms/live-preview-react": "3.6.0",
"@payloadcms/next": "~3.6.0",
"@payloadcms/plugin-form-builder": "^3.6.0",
"@payloadcms/plugin-seo": "~3.6.0",
"@payloadcms/plugin-stripe": "~3.6.0",
"@payloadcms/richtext-lexical": "~3.6.0",
"@payloadcms/storage-s3": "~3.6.0",
"@payloadcms/translations": "~3.6.0",
"@payloadcms/ui": "~3.6.0",
"@react-email/components": "0.0.25",
"@react-email/markdown": "^0.0.11",
"@react-email/render": "^0.0.17",
"@reduxjs/toolkit": "^2.3.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@swc/core": "^1.7.39",
"@t3-oss/env-nextjs": "^0.2.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.13",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"babel-plugin-react-compiler": "0.0.0-experimental-7d62301-20240819",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "12.0.0-alpha.1",
"google-auth-library": "^9.14.2",
"googleapi": "^1.0.2",
"googleapis": "^128.0.0",
"lexical": "0.20.0",
"lucide-react": "^0.468.0",
"[email protected]": "link:lexical\\[email protected]",
"next": "15.0.4",
"next-auth": "5.0.0-beta.18",
"next-sitemap": "^4.2.3",
"payload": "3.6.0",
"prettier-plugin-tailwind": "^2.2.12",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-dropdown": "^1.11.0",
"react-email": "3.0.1",
"react-hook-form": "^7.54.1",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-select": "^5.9.0",
"react-social-media-embed": "^2.5.17",
"redux": "5.0.0-rc.1",
"redux-persist": "^6.0.0",
"rehype-raw": "^7.0.0",
"resend": "^2.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"stripe": "^17.5.0",
"supabase": "^1.207.9",
"tailwind-merge": "^2.5.4",
"use-debounce": "^10.0.4",
"withPayload": "link:@payloadcms\\next\\withPayload",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/node": "^18.19.59",
"@types/prettier": "^2.7.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-modal": "^3.16.3",
"@types/redux": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.4",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"ct3aMetadata": {
"initVersion": "7.13.0"
}
}