-
-
Notifications
You must be signed in to change notification settings - Fork 487
/
package.json
110 lines (110 loc) · 3.41 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
{
"name": "cali.so",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate:pg",
"db:push": "drizzle-kit push:pg",
"dev": "next dev",
"dev:email": "email dev -p 3333",
"dev:turbo": "next dev --turbo",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^2.3.0",
"@neondatabase/serverless": "^0.9.0",
"@portabletext/react": "^3.0.11",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/body": "^0.0.2",
"@react-email/button": "^0.0.9",
"@react-email/column": "^0.0.7",
"@react-email/container": "^0.0.8",
"@react-email/head": "^0.0.5",
"@react-email/heading": "^0.0.8",
"@react-email/hr": "^0.0.5",
"@react-email/html": "^0.0.4",
"@react-email/img": "^0.0.5",
"@react-email/link": "^0.0.5",
"@react-email/preview": "^0.0.6",
"@react-email/row": "^0.0.5",
"@react-email/section": "^0.0.9",
"@react-email/tailwind": "^0.0.8",
"@react-email/text": "^0.0.5",
"@sanity/code-input": "^4.1.3",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^2.0.10",
"@sanity/vision": "^3.33.0",
"@splinetool/react-spline": "^2.2.6",
"@tremor/react": "^3.2.3",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"@vercel/analytics": "^1.2.2",
"@vercel/edge-config": "^1.1.0",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.1",
"edge-cors": "^0.2.1",
"framer-motion": "^10.12.17",
"hashids": "^2.3.0",
"next": "^14.1.3",
"next-sanity": "^8.3.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.4",
"react-hook-form": "^7.51.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-rewards": "^2.0.4",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-tweet": "^3.2.0",
"react-wrap-balancer": "^1.1.0",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"resend": "^3.2.0",
"rss": "^1.2.2",
"sanity": "^3.33.0",
"sanity-plugin-media": "^2.2.5",
"valtio": "^1.13.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.26",
"@types/react": "18.2.65",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.18",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-turbo": "^1.12.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"turbo": "^1.12.5",
"typescript": "^5.4.2"
}
}