-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathpackage.json
80 lines (80 loc) · 2.33 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
{
"name": "@openalternative/web",
"version": "0.1.0",
"private": true,
"scripts": {
"email": "cp .env ./node_modules/react-email/dist/preview && email dev",
"dev": "next dev -p 5173",
"start": "next start -p 5173",
"build": "next build",
"lint": "bun biome lint --apply .",
"check": "bun biome check --apply .",
"format": "bun biome format --write ."
},
"dependencies": {
"@ai-sdk/google": "^1.1.13",
"@atproto/api": "^0.13.35",
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/lib-storage": "^3.744.0",
"@content-collections/core": "0.7.3",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "0.2.4",
"@curiousleaf/utils": "^1.1.1",
"@hookform/resolvers": "^3.10.0",
"@mantine/hooks": "^7.16.3",
"@mendable/firecrawl-js": "^1.16.0",
"@number-flow/react": "^0.5.5",
"@openalternative/db": "workspace:*",
"@openalternative/github": "workspace:*",
"@react-email/components": "0.0.28",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-table": "^8.21.2",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.4",
"ai": "^4.1.36",
"better-auth": "latest",
"change-case": "^5.4.4",
"cmdk": "^1.0.4",
"cva": "beta",
"date-fns": "^4.1.0",
"inngest": "^3.31.7",
"lucide-react": "^0.475.0",
"next": "^15.2.0-canary.65",
"nuqs": "^2.3.2",
"plur": "^5.1.0",
"posthog-js": "^1.217.2",
"radix-ui": "^1.1.3",
"react": "^19.0.0",
"react-day-picker": "^9.5.1",
"react-dom": "^19.0.0",
"react-email": "^3.0.7",
"react-hook-form": "^7.54.2",
"react-markdown": "9.0.1",
"recharts": "^2.15.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"resend": "^4.1.2",
"rss": "^1.2.2",
"satori": "^0.12.1",
"sonner": "^2.0.0",
"stripe": "^17.6.0",
"tailwind-merge": "^3.0.1",
"wretch": "^2.11.0",
"zod": "^3.24.2",
"zsa": "^0.6.0",
"zsa-react": "^0.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.2",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/rss": "^0.0.32",
"postcss": "^8.5.2",
"schema-dts": "^1.1.2",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
}
}