-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.37 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
{
"name": "localized-disaster-preparedness-and-assistance-network",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag-media/react-pdf-table": "^1.0.1",
"@clerk/nextjs": "^4.29.9",
"@clerk/themes": "^1.7.10",
"@ducanh2912/next-pwa": "^10.2.5",
"@emailjs/browser": "^4.3.3",
"@hookform/resolvers": "^3.3.4",
"@next/third-parties": "^14.2.3",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-pdf/renderer": "^3.4.0",
"@sentry/nextjs": "7.105.0",
"@stripe/stripe-js": "^3.0.10",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@uploadthing/react": "^6.4.0",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.5.0",
"framer-motion": "^11.0.14",
"lucide-react": "^0.358.0",
"mongoose": "^8.2.2",
"next": "^14.1.3",
"nodemailer": "^6.9.12",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.51.1",
"react-infinite-scroll-component": "^6.1.0",
"react-outside-click-handler": "^1.3.0",
"sharp": "^0.33.3",
"slugify": "^1.6.6",
"stripe": "^14.21.0",
"svix": "^1.21.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.6.0",
"use-debounce": "^10.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-image-gallery": "^1.2.4",
"@types/react-outside-click-handler": "^1.3.3",
"autoprefixer": "^10.4.18",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}