-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.83 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.83 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
68
69
70
71
72
73
{
"name": "lumen",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun --bun next dev",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "bun --bun eslint",
"obfuscate-build": "next-css-obfuscator"
},
"dependencies": {
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/openai": "^3.0.41",
"@hookform/resolvers": "^5.2.2",
"@hyzyla/pdfium": "^2.1.12",
"@orpc/client": "^1.13.7",
"@orpc/react": "^1.13.8",
"@orpc/server": "^1.13.7",
"@orpc/tanstack-query": "^1.13.8",
"@prisma/adapter-pg": "^7.4.2",
"@prisma/client": "^7.5.0",
"@t3-oss/env-nextjs": "^0.13.10",
"@tanstack/react-query": "^5.91.0",
"@types/archiver": "^7.0.0",
"ai": "^6.0.116",
"archiver": "^7.0.1",
"better-auth": "^1.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"framer-motion": "^12.34.3",
"install": "^0.13.0",
"jszip": "^3.10.1",
"lucide-react": "^0.576.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"nuqs": "^2.8.9",
"pg": "^8.19.0",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bun": "^1.3.10",
"@types/node": "^20",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"next-css-obfuscator": "^3.0.1",
"prisma": "^7.5.0",
"shadcn": "^3.8.5",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}