-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.73 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/moment": "^6.1.11",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdxeditor/editor": "^2.9.0",
"@next/mdx": "^14.1.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tanstack/react-table": "^8.15.3",
"@types/mdx": "^2.0.11",
"autoprefixer": "10.4.15",
"axios": "^1.6.5",
"daisyui": "^4.6.0",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.7",
"geist": "^1.0.0",
"marked": "^12.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"next": "latest",
"next-intl": "^3.5.0",
"nextjs-toploader": "^1.6.6",
"postcss": "8.4.29",
"react": "18.2.0",
"react-chrono": "^2.4.2",
"react-dom": "18.2.0",
"react-easy-crop": "^5.0.6",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.0.1",
"react-loading-skeleton": "^3.4.0",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.5",
"@types/react-google-recaptcha": "^2.1.9",
"encoding": "^0.1.13"
}
}