forked from CaliCastle/cali.so
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.45 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
{
"name": "prajnax.com",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate:mysql",
"db:push": "drizzle-kit push:mysql",
"dev": "next dev",
"dev:email": "email dev -p 3333",
"dev:turbo": "next dev --turbo",
"lint": "next lint",
"start": "next start -p 3006"
},
"dependencies": {
"@clerk/nextjs": "^4.21.10",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.1.1",
"@mdx-js/loader": "^2.3.0",
"@planetscale/database": "^1.7.0",
"@portabletext/react": "^3.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@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.1",
"@sanity/image-url": "^1.0.2",
"@sanity/ui": "^1.6.0",
"@sanity/vision": "^3.12.2",
"@splinetool/react-spline": "^2.2.6",
"@tremor/react": "^3.2.3",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@zolplay/react": "^0.5.1",
"@zolplay/utils": "^1.3.4",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.8",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.27.0",
"edge-cors": "^0.2.1",
"framer-motion": "^10.12.17",
"hashids": "^2.3.0",
"next": "^13.4.7",
"next-sanity": "^5.0.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^1.9.4",
"react-hook-form": "^7.45.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.0",
"react-tweet": "^2.0.2",
"react-wrap-balancer": "^1.0.0",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"resend": "^0.15.3",
"rss": "^1.2.2",
"sanity": "^3.12.2",
"sanity-plugin-media": "^2.0.5",
"valtio": "^1.10.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.1.3",
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^8.40.2",
"@types/node": "^18.16.15",
"@types/prettier": "^2.7.3",
"@types/react": "18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/rss": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"autoprefixer": "^10.4.14",
"drizzle-kit": "^0.19.2",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-turbo": "^1.10.6",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"turbo": "^1.10.6",
"typescript": "^5.1.3"
}
}