-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.58 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
{
"name": "zeya-mosharraf-portfolio",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && tsx generate-sitemap.ts",
"preview": "vite preview",
"check": "tsc"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@supabase/supabase-js": "^2.105.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.60.5",
"@types/aos": "^3.0.7",
"aos": "^2.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"express": "^5.2.1",
"framer-motion": "^11.18.2",
"lucide-react": "^0.453.0",
"nanoid": "^3.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.53.1",
"react-icons": "^5.4.0",
"recharts": "^2.15.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0",
"wouter": "^3.3.5",
"zod": "^3.23.8",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.4",
"typescript": "5.6.3",
"vite": "^6.2.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}