-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"name": "social-app-next",
"version": "0.1.0",
"private": true,
"scripts": {
"commit": "git-cz",
"dev": "rimraf .next; next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "^5.90.21",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.18.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"next-intl": "^4.8.3",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.4",
"react-hook-form": "^7.71.2",
"react-intersection-observer": "^10.0.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"yet-another-react-lightbox": "^3.29.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^25.3.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "9.39.4",
"eslint-config-next": "16.1.6",
"git-cz": "^4.9.0",
"knip": "^5.86.0",
"rimraf": "^6.1.3",
"shadcn": "^4.0.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}