-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.37 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.37 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
{
"name": "until",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"make-migrations": "drizzle-kit generate:pg",
"migrate": "dotenv -e .env -- tsx ./src/db/drizzle/migrate.ts"
},
"dependencies": {
"@hotjar/browser": "^1.0.9",
"@logsnag/node": "^1.0.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@octokit/auth-app": "^6.0.4",
"@octokit/rest": "^20.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.105.0",
"@stripe/stripe-js": "^3.0.7",
"@tanstack/react-query": "^5.25.0",
"@trigger.dev/nextjs": "^2.3.18",
"@trigger.dev/react": "^2.3.18",
"@trigger.dev/resend": "^2.3.18",
"@trigger.dev/sdk": "^2.3.18",
"@trpc/client": "^11.0.0-next-beta.316",
"@trpc/next": "^11.0.0-next-beta.316",
"@trpc/react-query": "^11.0.0-next-beta.316",
"@trpc/server": "^11.0.0-next-beta.316",
"@types/mdx": "^2.0.11",
"@vercel/og": "^0.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"drizzle-orm": "0.29.3",
"lodash": "^4.17.21",
"lucide-react": "^0.372.0",
"micro": "^10.0.1",
"next": "14.1.3",
"nextjs-toploader": "^1.6.6",
"pg-connection-string": "^2.6.2",
"postgres": "^3.4.3",
"react": "^18",
"react-dom": "^18",
"react-use": "^17.5.0",
"recharts": "^2.12.2",
"satori": "^0.10.13",
"sonner": "^1.4.3",
"stripe": "^14.20.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/pg": "^8.11.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"dotenv-cli": "^7.4.1",
"drizzle-kit": "0.20.8",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tsx": "^4.7.1",
"typescript": "^5"
},
"trigger.dev": {
"endpointId": "fundbit-eAUI"
}
}