-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "mentorship-matching",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@supabase/supabase-js": "^2.47.10",
"@tailwindcss/forms": "^0.5.9",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"next-themes": "^0.4.4",
"pg": "^8.13.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.7",
"react-day-picker": "^9.4.4",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.14.0",
"react-phone-input-2": "^2.15.1",
"react-tag-input": "^6.10.3",
"recharts": "^2.15.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}