-
Notifications
You must be signed in to change notification settings - Fork 208
/
package.json
107 lines (107 loc) · 3.43 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
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
{
"name": "@database.build/web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run build:sw && next dev",
"build": "npm run build:sw && next build",
"build:sw": "vite build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --noEmit",
"generate:database-types": "supabase gen types --lang=typescript --local > utils/supabase/db-types.ts"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.4",
"@dagrejs/dagre": "^1.1.2",
"@database.build/deploy": "*",
"@electric-sql/pglite": "^0.2.14",
"@electric-sql/pglite-tools": "^0.2.2",
"@gregnr/postgres-meta": "^0.82.0-dev.2",
"@hookform/resolvers": "^3.9.1",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@std/tar": "npm:@jsr/std__tar@^0.1.2",
"@supabase/postgres-meta": "^0.81.2",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.45.0",
"@tanstack/react-query": "^5.45.0",
"@upstash/ratelimit": "^2.0.1",
"@vercel/kv": "^2.0.0",
"@xenova/transformers": "^2.17.2",
"ai": "^4.0.3",
"async-mutex": "^0.5.0",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"common-tags": "^1.8.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.10",
"highlightjs-curl": "^1.3.0",
"idb-keyval": "^6.2.1",
"katex": "^0.16.10",
"libpg-query": "npm:@gregnr/libpg-query@15.2.0-rc.deparse.3",
"lodash": "^4.17.21",
"lucide-react": "^0.426.0",
"monaco-editor": "^0.49.0",
"nanoid": "^5.0.7",
"next": "14.2.3",
"next-themes": "^0.3.0",
"ollama-ai-provider": "^0.16.1",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.1",
"reactflow": "^11.11.3",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sql-formatter": "^15.4.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"web-streams-polyfill": "^4.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "^2.7.0",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/common-tags": "^1.8.4",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/wicg-file-system-access": "^2023.10.5",
"autoprefixer": "^10.4.19",
"deepmerge": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8",
"tailwindcss": "^3.4.15",
"tailwindcss-radix": "^3.0.3",
"typescript": "^5.5.2",
"vite": "^5.4.11",
"webpack": "^5.95.0"
}
}