-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.3 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.3 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
{
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "bun run next dev",
"build": "bun run next build",
"start": "bun run next start",
"lint": "eslint .",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-rc.0",
"@clerk/nextjs": "^6.36.5",
"@convex-dev/eslint-plugin": "^1.1.1",
"@convex-dev/sharded-counter": "^0.1.8",
"@duckdb/duckdb-wasm": "^1.32.0",
"@hookform/resolvers": "^3.10.0",
"@number-flow/react": "^0.5.10",
"@opennextjs/cloudflare": "^1.14.7",
"@phosphor-icons/react": "^2.1.10",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "2.2.4",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"@tanstack/query-async-storage-persister": "^5.90.14",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-persist-client": "^5.90.14",
"@tanstack/react-table": "^8.21.3",
"@upstash/ratelimit": "^2.0.7",
"@upstash/redis": "^1.36.0",
"@vercel/analytics": "1.3.1",
"autoprefixer": "^10.4.23",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"convex": "^1.31.2",
"convex-helpers": "^0.1.108",
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.1",
"geist": "^1.5.1",
"human-id": "^4.1.3",
"iconoir-react": "^7.11.0",
"input-otp": "1.4.1",
"motion": "^12.23.26",
"nanoid": "^5.1.6",
"next": "16.0.10",
"posthog-js": "^1.310.1",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-animated-counter": "^1.8.3",
"react-day-picker": "9.11.1",
"react-dom": "^19.2.3",
"react-hook-form": "^7.69.0",
"react-hotkeys-hook": "^5.2.1",
"react-resizable-panels": "^2.1.9",
"react-router": "^7.11.0",
"recharts": "2.15.4",
"sharp": "^0.33.5",
"sonner": "^1.7.4",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.15.26",
"vaul": "^0.9.9",
"zod": "3.25.67"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@next/eslint-plugin-next": "16.0.1",
"@rushstack/eslint-patch": "^1.15.0",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@types/node": "^22.19.3",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/validator": "^13.15.10",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.18",
"tw-animate-css": "1.3.3",
"typescript": "^5.9.3",
"wrangler": "^4.54.0"
},
"overrides": {
"react-is": "^19",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}