-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 2 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
{
"name": "finddevs",
"description": "Discover All Developers From The Programming World",
"version": "0.1.9",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"introspect": "drizzle-kit introspect:pg",
"push": "drizzle-kit push:pg",
"generate": "drizzle-kit generate:pg",
"drop": "drizzle-kit drop",
"studio": "drizzle-kit studio --host localhost --port 3001 --verbose --config drizzle.config.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.29.5",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "8.0.0-rc19",
"lucide": "^0.364.0",
"lucide-react": "^0.308.0",
"next": "14.2.10",
"next-themes": "^0.2.1",
"pg": "^8.11.5",
"pnpm": "^8.15.6",
"postgres": "^3.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"slug": "^8.2.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.0",
"vaul": "^0.8.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@types/pg": "^8.11.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/slug": "^5.0.8",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.20.14",
"embla-carousel": "8.0.0-rc19",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}