-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "project-sphere",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.749.0",
"@aws-sdk/lib-storage": "^3.749.0",
"@heroui/react": "^2.6.13",
"@next/bundle-analyzer": "^15.2.4",
"@nextui-org/react": "^2.6.11",
"@nextui-org/theme": "^2.4.5",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@supabase/supabase-js": "^2.48.1",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.16.0",
"lucide-react": "^0.469.0",
"next": "^15.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"tailwindcss": "^3.4.17"
}
}