-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
112 lines (112 loc) · 3.61 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
108
109
110
111
112
{
"name": "founders-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev-node": "NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "biome check --write",
"shadcn": "shadcn@latest add [component]",
"schema": "sanity@latest schema extract",
"sanity-typegen": "sanity@latest typegen generate",
"supazod": "supazod -i database.types.ts -o schemas.zod.ts -t schemas.d.ts -s public --verbose"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@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-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-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-tooltip": "^1.1.6",
"@sanity/assist": "^3.1.0",
"@sanity/icons": "^3.5.7",
"@sanity/image-url": "^1.1.0",
"@sanity/vision": "^3.68.3",
"@supabase-cache-helpers/postgrest-react-query": "^1.11.4",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-table": "^8.20.6",
"@tiptap/extension-color": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@types/mdx": "^2.0.13",
"@types/prismjs": "^1.26.5",
"@vercel/analytics": "^1.4.1",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.1.0",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"esbuild": "^0.24.2",
"framer": "^2.4.1",
"framer-motion": "^11.15.0",
"groq": "^3.68.3",
"lucide-react": "^0.469.0",
"motion": "^11.18.1",
"next": "15.1.3",
"next-mdx-remote": "^5.0.0",
"next-sanity": "^9.8.31",
"next-themes": "^0.4.4",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-qr-code": "^2.0.15",
"react-use-measure": "^2.1.1",
"recharts": "^2.15.0",
"remark-gfm": "^4.0.0",
"resend": "^4.1.1",
"sanity": "^3.68.3",
"sanity-plugin-media": "^2.3.2",
"styled-components": "^6.1.13",
"supabase": "^2.2.1",
"supabase-cli": "^0.0.21",
"supazod": "^1.1.2",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/eslintrc": "^3.2.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20.17.11",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}