-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.17 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.17 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
{
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"update-types": "supabase gen types typescript --linked --schema=public > lib/supabase/database.types.ts",
"update-local-types": "supabase gen types typescript --local --schema=public,ai > lib/supabase/database.types.ts",
"get-seed-data": "supabase db dump --data-only -f supabase/seed.sql"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.63",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^3.9.1",
"@june-so/analytics-next": "^2.0.0",
"@million/lint": "^1.0.13",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@sentry/nextjs": "^8.42.0",
"@sentry/react": "^8.42.0",
"@supabase-cache-helpers/postgrest-react-query": "^1.11.4",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "latest",
"@tanstack/react-query": "^5.62.2",
"@xyflow/react": "^12.3.5",
"accordion": "^3.0.2",
"ag-grid-community": "^32.3.3",
"ag-grid-react": "^32.3.3",
"ai": "^3.4.33",
"autoprefixer": "10.4.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"geist": "^1.3.1",
"input-otp": "^1.4.1",
"lodash": "^4.17.21",
"lucide-react": "^0.436.0",
"nanoid": "^5.0.9",
"next": "latest",
"next-axiom": "^1.6.0",
"next-themes": "^0.3.0",
"prettier": "^3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-layout": "^1.5.0",
"react-hook-form": "^7.53.2",
"react-json-view": "^1.21.3",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.7",
"react-tailwindcss-select": "^1.8.5",
"react-ts-tradingview-widgets": "^1.2.5",
"remark-gfm": "^4.0.0",
"use-debounce": "^10.0.4",
"uuid": "^10.0.0",
"vaul": "^1.1.1",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react-grid-layout": "^1.3.5",
"@types/uuid": "^10.0.0",
"postcss": "8.4.33",
"tailwind-merge": "^2.5.5",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.3.3"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}