-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.88 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.88 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
{
"name": "subsignal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"email": "npx react-email dev --port 4040",
"inngest": "npx inngest-cli@latest dev",
"hookdeck": "hookdeck listen 3000 dodopayments-dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"fmt": "prettier --write .",
"typecheck": "tsc --noEmit",
"db:generate": "pnpm drizzle-kit generate --config drizzle.config.ts",
"db:migrate": "pnpm drizzle-kit migrate --config drizzle.config.ts",
"db:studio": "pnpm drizzle-kit studio --config drizzle.config.ts",
"db:push": "pnpm drizzle-kit push --config drizzle.config.ts",
"db:pull": "pnpm drizzle-kit pull --config drizzle.config.ts"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.14",
"@aws-sdk/client-s3": "^3.864.0",
"@hono/node-server": "^1.17.1",
"@hono/zod-validator": "^0.4.1",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@react-email/components": "^0.5.0",
"@react-email/render": "^1.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.85.3",
"@tanstack/react-query-devtools": "^5.85.3",
"@types/js-yaml": "^4.0.9",
"ai": "^5.0.14",
"better-auth": "^1.3.6",
"boring-avatars": "^2.0.1",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"diff": "^8.0.2",
"dodopayments": "^1.51.1",
"dodopayments-checkout": "^1.0.1",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"gray-matter": "^4.0.3",
"hono": "^4.8.12",
"inngest": "^3.40.1",
"js-yaml": "^4.1.0",
"lucide-react": "^0.536.0",
"next": "15.4.5",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"openai": "^5.12.2",
"postgres": "^3.4.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-email": "^4.2.8",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"resend": "^6.0.1",
"sonner": "^2.0.7",
"sqids": "^0.3.0",
"standardwebhooks": "^1.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"turndown": "^7.2.1",
"unified": "^11.0.5",
"vaul": "^1.1.2",
"zod": "^3.25.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@react-email/preview-server": "4.2.8",
"@tailwindcss/postcss": "^4",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/turndown": "^5.0.5",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.31.4",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"prettier": "3.6.2",
"tailwindcss": "^4.1.11",
"ts-node": "^10.9.2",
"tsx": "^4.20.4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}