-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.33 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.33 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
74
75
76
77
78
79
80
{
"name": "appointments-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"static": "next build && next export"
},
"dependencies": {
"@capacitor/android": "^5.6.0",
"@capacitor/core": "^5.6.0",
"@capacitor/ios": "^5.6.0",
"@capacitor/share": "^5.0.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@ionic/react": "^7.8.6",
"@lottiefiles/dotlottie-react": "^0.6.5",
"@mui/material": "^5.15.15",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-tabs": "^1.1.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-table": "^8.17.3",
"@web3forms/react": "^1.1.3",
"chart.js": "^4.4.2",
"date-fns": "^3.6.0",
"fullcalendar": "^6.1.10",
"fuse.js": "^7.0.0",
"iconsax-react": "^0.0.8",
"ionicons": "^7.2.2",
"next": "14.1.0",
"next-transpile-modules": "^10.0.1",
"node": "^21.6.1",
"react": "^18",
"react-calendar": "^4.8.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.1",
"react-table": "^7.8.0",
"resend": "^3.3.0",
"sweetalert2": "^11.10.5",
"swiper": "^11.1.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@capacitor/cli": "^5.6.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"css-loader": "^6.10.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"style-loader": "^3.3.4",
"supabase": "^1.136.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}