-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.83 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
{
"name": "negation-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^1.0.3",
"@ai-sdk/openai": "^1.0.4",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.9.0",
"@lucide/lab": "^0.1.2",
"@next/env": "15.0.0",
"@privy-io/react-auth": "^1.92.2",
"@privy-io/server-auth": "^1.15.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@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-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/query-core": "^5.59.13",
"@tanstack/react-query": "^5.32.1",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.2",
"@vercel/functions": "^1.4.2",
"@xyflow/react": "^12.3.6",
"@yornaath/batshit": "^0.10.1",
"ai": "^4.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.35.1",
"drizzle-zod": "^0.5.1",
"eslint-plugin-drizzle": "^0.2.3",
"immer": "^10.1.1",
"jotai": "^2.10.1",
"lucide-react": "^0.452.0",
"memoize": "^10.0.0",
"nanoid": "^5.0.9",
"next": "15.1.0",
"next-themes": "^0.3.0",
"postgres": "^3.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.53.0",
"recharts": "^2.13.3",
"remeda": "^2.16.0",
"sonner": "^1.4.41",
"sqids": "^0.3.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"viem": "^2.21.17",
"zod": "^3.23.5"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@privy-io/react-auth>@headlessui/react": "v2.2.0"
}
},
"devDependencies": {
"@fluid-tailwind/tailwind-merge": "^0.0.3",
"@tanstack/eslint-plugin-query": "^5.32.1",
"@tanstack/react-query-devtools": "^5.32.1",
"@types/node": "^20.11.19",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.17",
"drizzle-kit": "^0.26.2",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.0",
"eslint-plugin-storybook": "^0.8.0",
"fluid-tailwind": "^1.0.3",
"postcss": "^8.4.35",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.3",
"type-fest": "^4.26.1",
"typescript": "^5.3.3"
}
}