-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.02 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
{
"name": "@darcy/darcy-frontend",
"version": "0.0.0",
"description": "The Darcy Social Network.",
"author": "Davi Patricio <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "PORT=3001 next dev --turbo",
"start": "PORT=3001 next start",
"build": "next build",
"lint": "biome check .",
"format": "pnpm run lint --write --unsafe",
"prepare": "husky"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@next/bundle-analyzer": "14.2.5",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-hover-card": "1.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"@sentry/nextjs": "8.18.0",
"@tanstack/react-query": "5.51.5",
"@tanstack/react-query-devtools": "5.51.5",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"ky": "1.4.0",
"lucide-react": "0.408.0",
"next": "15.0.0-rc.0",
"next-intl": "3.17.1",
"next-themes": "0.3.0",
"react": "19.0.0-rc-107a2f8c3e-20240617",
"react-dom": "19.0.0-rc-107a2f8c3e-20240617",
"react-hook-form": "7.52.1",
"react-icons": "5.2.1",
"sonner": "1.5.0",
"tailwind-merge": "2.4.0",
"valibot": "0.36.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tailwindcss/postcss": "4.0.0-alpha.17",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"babel-plugin-react-compiler": "0.0.0",
"husky": "9.0.11",
"postcss": "8.4.39",
"sharp": "^0.33.2",
"tailwindcss": "4.0.0-alpha.17",
"typescript": "5.5.3"
},
"packageManager": "[email protected]"
}