-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "liftinglogic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"db:push": "drizzle-kit push:mysql",
"db:pull": "drizzle-kit introspect:mysql",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.0.0-beta.45",
"@planetscale/database": "^1.11.0",
"@radix-ui/react-slot": "^1.0.2",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "latest",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@types/eslint": "^8.44.7",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.33.0",
"geist": "^1.1.0",
"lucide-react": "^0.292.0",
"mysql2": "^3.11.0",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"pusher": "^5.2.0",
"pusher-js": "^8.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superjson": "^2.2.1",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.24.0",
"eslint": "8.57",
"eslint-config-next": "^14.1.3",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.4.9",
"typescript": "^5.2.2"
}
}