-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
183 lines (183 loc) · 5.92 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "saas-starter",
"version": "0.3.1",
"private": true,
"author": {
"name": "virgoone",
"url": "https://twitter.com/koyaguo"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"turbo": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:pull": "prisma db pull",
"email": "email dev --dir emails --port 3333",
"prettier": "prettier --write **/*.{js,ts,tsx}"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.1",
"@aws-sdk/client-s3": "^3.631.0",
"@aws-sdk/s3-request-presigner": "^3.631.0",
"@clerk/localizations": "^2.5.8",
"@clerk/nextjs": "^5.3.1",
"@hookform/resolvers": "^3.9.0",
"@logsnag/next": "^1.0.3",
"@lokesh.dhakar/quantize": "^1.3.0",
"@neondatabase/serverless": "^0.9.4",
"@next/third-parties": "^14.2.5",
"@portabletext/react": "^3.1.0",
"@prisma/client": "^5.18.0",
"@radix-ui/react-accessible-icon": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.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-slider": "^1.2.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.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/body": "^0.0.9",
"@react-email/button": "^0.0.16",
"@react-email/column": "^0.0.11",
"@react-email/container": "^0.0.13",
"@react-email/head": "^0.0.10",
"@react-email/heading": "^0.0.13",
"@react-email/hr": "^0.0.9",
"@react-email/html": "^0.0.9",
"@react-email/img": "^0.0.9",
"@react-email/link": "^0.0.9",
"@react-email/preview": "^0.0.10",
"@react-email/row": "^0.0.9",
"@react-email/section": "^0.0.13",
"@react-email/tailwind": "^0.0.19",
"@react-email/text": "^0.0.9",
"@sentry/nextjs": "^8",
"@splinetool/react-spline": "^4.0.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"@tanstack/react-query-next-experimental": "^5.51.23",
"@typescript-eslint/parser": "^8.1.0",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.34.0",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"@vercel/og": "^0.6.2",
"antd": "^5.20.1",
"blurhash": "^2.0.5",
"cheerio": "1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"concurrently": "^8.2.2",
"contentlayer2": "^0.5.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"edge-cors": "^0.2.1",
"framer-motion": "^11.3.27",
"hashids": "^2.3.0",
"input-otp": "^1.2.4",
"lodash-es": "^4.17.21",
"lucide-react": "^0.427.0",
"ms": "^2.1.3",
"nanoid": "^5.0.7",
"next": "14.2.5",
"next-contentlayer2": "^0.5.0",
"next-intl": "^3.17.3",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"openai": "^4.56.0",
"postgres": "^3.4.4",
"prop-types": "^15.8.1",
"query-string": "^9.1.0",
"react": "18.3.1",
"react-countup": "^6.5.3",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-email": "2.1.6",
"react-hook-form": "^7.52.2",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-resizable-panels": "^2.0.23",
"react-rewards": "^2.0.4",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.12.7",
"resend": "^3.5.0",
"sharp": "^0.33.4",
"shiki": "^1.13.0",
"sonner": "^1.5.0",
"spark-md5": "^3.0.2",
"stripe": "^15.8.0",
"svix": "^1.29.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"valtio": "^1.13.2",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.2",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.3.0",
"@types/query-string": "^6.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.4",
"mdast-util-toc": "^7.1.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"pretty-quick": "^4.0.0",
"prisma": "^5.18.0",
"rehype": "^13.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4",
"unist-util-visit": "^5.0.0"
},
"packageManager": "[email protected]"
}