-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.27 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.27 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
{
"name": "newsletter-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email:dev": "cp .env.local ./node_modules/react-email/dist/preview && email dev --dir src/emails",
"email": "email dev --dir src/emails",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks",
"supabase:start": "npx supabase start",
"supabase:stop": "npx supabase stop",
"supabase:status": "npx supabase status",
"supabase:restart": "npm run supabase:stop && npm run supabase:start",
"supabase:reset": "npx supabase db reset",
"supabase:link": "npx supabase link",
"supabase:generate-types": "npx supabase gen types typescript --local --schema public > src/types/supabase.ts",
"supabase:generate-migration": "npx supabase db diff | npx supabase migration new",
"supabase:generate-seed": "npx supabase db dump --data-only -f supabase/seed.sql",
"supabase:push": "npx supabase db push",
"supabase:pull": "npx supabase db pull",
"trigger:dev": "npx trigger.dev@latest dev",
"trigger:deploy": "npx trigger.dev@latest deploy"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.70",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^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.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/components": "^0.0.23",
"@react-email/render": "^1.0.1",
"@stripe/stripe-js": "^4.5.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@t3-oss/env-core": "^0.11.1",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-table": "^8.20.1",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-hard-break": "^2.7.3",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.8.0",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-typography": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/extension-youtube": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/suggestion": "^2.6.6",
"@trigger.dev/sdk": "3.2.0",
"@uidotdev/usehooks": "^2.4.1",
"ai": "^3.4.27",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"csv-parse": "^5.5.6",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.2",
"html-react-parser": "^5.1.16",
"lucide-react": "^0.429.0",
"next": "^14.2.15",
"next-safe-action": "^7.7.1",
"next-themes": "^0.3.0",
"posthog-js": "^1.164.1",
"postmark": "^4.0.5",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-email": "^3.0.0",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-tweet": "^3.2.1",
"resend": "^4.0.0",
"sonner": "^1.5.0",
"stripe": "^16.12.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@tailwindcss/typography": "^0.5.15",
"@trigger.dev/build": "3.2.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}