-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "intentradar",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "prisma db push",
"db:generate": "prisma generate",
"db:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^5.7.5",
"@openrouter/sdk": "^0.9.11",
"@prisma/client": "^5.10.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@tanstack/react-query": "^5.28.0",
"@trpc/client": "^11.0.0-rc.297",
"@trpc/next": "^11.0.0-rc.297",
"@trpc/react-query": "^11.0.0-rc.297",
"@trpc/server": "^11.0.0-rc.297",
"ai": "^3.1.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.358.0",
"next": "^14.1.0",
"openai": "^4.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resend": "^3.2.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.18",
"eslint": "^10.0.3",
"postcss": "^8.4.35",
"prisma": "^5.10.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.0"
}
}