-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 4.55 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": "readwonders-t3",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"prod": "next build && next start",
"db:generate": "prisma migrate dev",
"db:deploy": "prisma migrate deploy",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@auth/prisma-adapter": "^1.6.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "^3.9.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@prisma/client": "^5.18.0",
"@prisma/extension-accelerate": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@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-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.1",
"@t3-oss/env-nextjs": "^0.11.0",
"@tanstack/react-query": "^5.52.0",
"@tanstack/react-query-devtools": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"@tiptap/extension-character-count": "^2.6.5",
"@tiptap/extension-hard-break": "^2.6.6",
"@tiptap/extension-image": "^2.6.5",
"@tiptap/extension-link": "^2.6.5",
"@tiptap/extension-placeholder": "^2.6.5",
"@tiptap/extension-text-align": "^2.6.5",
"@tiptap/extension-text-style": "^2.6.5",
"@tiptap/extension-underline": "^2.6.5",
"@tiptap/extension-youtube": "^2.6.5",
"@tiptap/html": "^2.6.5",
"@tiptap/starter-kit": "^2.6.5",
"@trpc/client": "^11.0.0-rc.446",
"@trpc/react-query": "^11.0.0-rc.446",
"@trpc/server": "^11.0.0-rc.446",
"@types/mdx": "^2.0.13",
"@uploadthing/react": "^6.7.2",
"@vercel/blob": "^0.23.4",
"@vercel/kv": "^2.0.0",
"accept-language": "^3.0.20",
"axios": "^1.7.4",
"chalk": "^5.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.2.0",
"env-cmd": "^10.1.0",
"geist": "^1.3.0",
"hugeicons-react": "^0.3.0",
"jotai": "^2.9.3",
"lucide-react": "^0.429.0",
"micro": "^10.0.1",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"nodemailer": "^6.9.14",
"novel": "^0.5.0",
"numeral": "^2.0.6",
"posthog-js": "^1.157.2",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.2",
"react-wrap-balancer": "^1.1.1",
"reading-time": "^1.5.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"sonner": "^1.5.0",
"stripe": "^16.8.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"uploadthing": "^6.13.2",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^22.4.2",
"@types/nodemailer": "^6.4.15",
"@types/numeral": "^2.0.5",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.18.0",
"prisma-case-format": "^2.2.1",
"supabase": "^1.190.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"ct3aMetadata": {
"initVersion": "7.36.2"
},
"packageManager": "npm@10.1.0"
}