forked from VariantConst/OpenWebUI-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.55 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
59
60
{
"$schema": "https://json.schemastore.org/package.json",
"name": "openwebui-usage-monitor",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate:pg",
"db:push": "tsx scripts/init-db.ts"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/plots": "^2.3.2",
"@prisma/client": "^5.22.0",
"@supabase/supabase-js": "^2.46.1",
"@vercel/blob": "^0.26.0",
"@vercel/postgres": "^0.10.0",
"antd": "5.14.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.11.17",
"gpt-tokenizer": "^2.6.2",
"jose": "^5.9.6",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"pg": "^8.13.1",
"prismap": "^1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/pg": "^8.11.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.20.13",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.49",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.15",
"tsx": "^4.7.1",
"typescript": "5.7.2"
},
"resolutions": {
"@types/react": "18.2.55"
}
}