-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.07 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.07 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
62
63
64
65
66
67
{
"name": "horoscope",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "eslint . && tsc --noEmit",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit",
"postbuild": "next-sitemap"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@chakra-ui/react": "^3.7.0",
"@clerk/nextjs": "^6.11.1",
"@emotion/react": "^11.14.0",
"@hookform/resolvers": "^3.10.0",
"@react-email/components": "^0.0.33",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.50.0",
"@vercel/analytics": "^1.5.0",
"ai": "^4.1.27",
"convex": "^1.33.1",
"geist": "^1.3.0",
"luxon": "^3.5.0",
"next": "16.1.6",
"next-safe-action": "^7.10.3",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"resend": "^4.1.2",
"server-only": "^0.0.1",
"svix": "^1.59.1",
"zod": "^3.23.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@types/eslint": "^9.6.1",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.10",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.1",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.0.1",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.38.1"
},
"packageManager": "pnpm@9.15.3"
}