-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 4.6 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
{
"name": "meme",
"version": "1.0.0",
"description": "next blog",
"private": true,
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate:sqlite",
"db:push": "drizzle-kit push",
"dev": "next dev",
"dev:email": "email dev -p 3333",
"dev:turbo": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"prettier": "prettier --write **/*.{js,ts,tsx}"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/s3-request-presigner": "^3.588.0",
"@clerk/localizations": "^2.4.3",
"@clerk/nextjs": "^5.1.3",
"@headlessui/react": "^2.0.4",
"@hookform/resolvers": "^3.4.2",
"@libsql/client": "^0.6.2",
"@lokesh.dhakar/quantize": "^1.3.0",
"@mdx-js/loader": "^3.0.1",
"@neondatabase/serverless": "^0.9.3",
"@next/third-parties": "^14.2.3",
"@paralleldrive/cuid2": "^2.2.2",
"@portabletext/react": "^3.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/body": "^0.0.8",
"@react-email/button": "^0.0.15",
"@react-email/column": "^0.0.10",
"@react-email/container": "^0.0.12",
"@react-email/head": "^0.0.9",
"@react-email/heading": "^0.0.12",
"@react-email/hr": "^0.0.8",
"@react-email/html": "^0.0.8",
"@react-email/img": "^0.0.8",
"@react-email/link": "^0.0.8",
"@react-email/preview": "^0.0.9",
"@react-email/row": "^0.0.8",
"@react-email/section": "^0.0.12",
"@react-email/tailwind": "^0.0.18",
"@react-email/text": "^0.0.8",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/table": "^1.1.2",
"@sanity/ui": "^2.1.14",
"@sanity/vision": "^3.44.0",
"@splinetool/react-spline": "^2.2.6",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query-devtools": "^5.40.0",
"@tanstack/react-query-next-experimental": "^5.40.0",
"@tanstack/react-table": "^8.17.3",
"@tremor/react": "^3.17.2",
"@types/gtag.js": "^0.0.20",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.31.3",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.1.1",
"aieditor": "^1.0.5",
"antd": "^5.18.0",
"axios": "^1.7.2",
"blurhash": "^2.0.5",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.0",
"edge-cors": "^0.2.1",
"framer-motion": "^11.2.10",
"hashids": "^2.3.0",
"lodash": "^4.17.21",
"lucide-react": "^0.383.0",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"next-sanity": "^9.3.10",
"next-themes": "^0.3.0",
"query-string": "^9.0.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.4",
"react-hook-form": "^7.51.5",
"react-markdown": "^9.0.1",
"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",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.0",
"resend": "^3.2.0",
"rss": "^1.2.2",
"sanity": "^3.44.0",
"sanity-plugin-media": "^2.2.5",
"server-only": "^0.0.1",
"sitemap": "^8.0.0",
"sonner": "^1.4.41",
"spark-md5": "^3.0.2",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"valtio": "^1.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.1",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.22.1",
"eslint": "^9.4.0",
"eslint-config-next": "^14.2.3",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
}
}