-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 4.4 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 4.4 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "modelhub",
"version": "1.0.0",
"description": "Hub unificado para múltiplos modelos de IA com API compatível OpenAI, chat integrado e gerenciamento de credenciais",
"author": "ModelHub Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/actus7/modelhub.git"
},
"bugs": {
"url": "https://github.com/actus7/modelhub/issues"
},
"homepage": "https://github.com/actus7/modelhub#readme",
"keywords": [
"ai",
"llm",
"openai",
"anthropic",
"google",
"gemini",
"chat",
"api",
"gateway",
"proxy",
"nextjs",
"typescript",
"prisma",
"neon",
"vercel"
],
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "next build",
"build:vercel": "node scripts/vercel-build.mjs",
"predev": "pnpm prisma:generate",
"dev": "next dev",
"lint": "eslint",
"postinstall": "pnpm prisma:generate",
"prisma:generate": "prisma generate --config prisma.config.ts",
"prisma:migrate": "prisma migrate dev --config prisma.config.ts",
"prisma:migrate:deploy": "prisma migrate deploy --config prisma.config.ts",
"prisma:push": "prisma db push --config prisma.config.ts",
"start": "next start",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage",
"test:duckai-live": "node scripts/run-duckai-live-test.mjs",
"typecheck": "tsc --noEmit",
"vercel:env:pull": "vercel env pull .env.local -y --environment development",
"vercel:env:pull:preview": "vercel env pull .env.vercel.preview.local -y --environment preview",
"vercel:env:pull:production": "vercel env pull .env.vercel.production.local -y --environment production",
"vercel:env:diff": "node scripts/vercel-env-sync.mjs",
"vercel:env:sync": "node scripts/vercel-env-sync.mjs --pull"
},
"dependencies": {
"@babel/standalone": "^8.0.4",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.12",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-markdown": "^6.5.2",
"@hono/zod-validator": "^0.9.0",
"@neondatabase/auth": "0.2.0-beta.1",
"@neondatabase/serverless": "^1.1.0",
"@prisma/adapter-neon": "^7.9.1",
"@prisma/client": "^7.9.1",
"@uiw/react-codemirror": "^4.25.11",
"@vercel/analytics": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"highlight.js": "^11.12.0",
"hono": "^4.13.3",
"jsdom": "^30.0.1",
"jszip": "^3.10.1",
"katex": "^0.18.4",
"lucide-react": "^1.33.0",
"mermaid": "^11.17.0",
"next": "16.3.1",
"next-themes": "^0.4.6",
"pdfjs-dist": "^6.1.200",
"puppeteer": "^25.7.0",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-markdown": "^10.1.0",
"recharts": "^3.10.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"ws": "^8.21.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@lobehub/icons-static-svg": "^1.94.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/babel__standalone": "^7.1.9",
"@types/jsdom": "^30.0.0",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@types/ws": "^8.18.1",
"@vitest/coverage-v8": "^4.1.4",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.3.1",
"postcss": "^8.5.26",
"prisma": "^7.9.1",
"shadcn": "^4.18.0",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3",
"vite": "7.3.2",
"vitest": "^4.1.4"
},
"pnpm": {
"overrides": {
"better-auth": "1.6.22",
"@better-auth/core": "1.6.22",
"@better-auth/passkey": "1.6.22",
"@better-auth/telemetry": "1.6.22",
"@babel/core": "7.29.6",
"@hono/node-server": "1.19.15",
"body-parser": "2.3.0",
"brace-expansion@<1.1.18": "1.1.18",
"brace-expansion@>=3.0.0 <5.0.9": "5.0.9",
"deepmerge-ts@<8.0.0": "8.0.1",
"esbuild": "0.28.1",
"fast-uri": "3.1.5",
"ip-address": "10.3.1",
"js-yaml": "4.3.1",
"kysely": "0.28.17",
"postcss": "8.5.26",
"qs": "6.15.2",
"sharp": "0.35.0",
"undici": "7.29.0",
"ua-parser-js": "2.0.10",
"vite": "7.3.5"
}
}
}