-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.65 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
{
"name": "next-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"tsc": "npx tsc",
"db:push-prod": "drizzle-kit push --config=drizzle-prod.config.ts",
"db:push": "drizzle-kit push --config=drizzle-dev.config.ts",
"db:pull": "drizzle-kit pull --config=drizzle-dev.config.ts",
"db:migrate": "drizzle-kit migrate --config=drizzle-dev.config.ts",
"db:studio": "drizzle-kit studio --config=drizzle-dev.config.ts",
"db:recreate": "drizzle-kit drop && drizzle-kit push --config=drizzle-dev.config.ts",
"prepare": "husky"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.7.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.10.1",
"@next-auth/upstash-redis-adapter": "^3.0.4",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/query-async-storage-persister": "^5.59.20",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@tanstack/react-query-persist-client": "^5.59.20",
"@tanstack/react-table": "^8.20.5",
"@tiptap-pro/extension-emoji": "^2.5.1",
"@tiptap-pro/extension-file-handler": "^2.5.1",
"@tiptap-pro/extension-unique-id": "^2.5.1",
"@tiptap/extension-bubble-menu": "^2.1.13",
"@tiptap/extension-character-count": "^2.2.3",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.1.15",
"@tiptap/extension-gapcursor": "^2.1.13",
"@tiptap/extension-highlight": "^2.1.13",
"@tiptap/extension-image": "^2.1.14",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-list-keymap": "^2.1.13",
"@tiptap/extension-mention": "^2.2.4",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-task-item": "^2.1.13",
"@tiptap/extension-task-list": "^2.1.13",
"@tiptap/extension-text-style": "^2.1.15",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/suggestion": "^2.1.13",
"@uploadcare/upload-client": "^6.14.2",
"@upstash/redis": "^1.34.3",
"@vercel/kv": "^3.0.0",
"@vercel/postgres": "^0.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.35.3",
"emoji-mart": "^5.6.0",
"framer-motion": "^11.11.9",
"highlight.js": "^11.10.0",
"idb-keyval": "^6.2.1",
"ky": "^1.7.2",
"lowlight": "^3.1.0",
"lucide-react": "^0.453.0",
"nanoid": "^5.0.7",
"next": "15.0.1",
"next-auth": "^4.24.10",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"pg": "^8.13.0",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.1",
"react-hotkeys-hook": "^4.5.1",
"react-use": "^17.5.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tiptap": "^1.32.2",
"tiptap-markdown": "^0.8.10",
"use-debounce": "^10.0.4",
"wretch": "^2.10.0",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.0.1",
"@tailwindcss/typography": "^0.5.15",
"@types/next-auth": "^3.15.0",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.12",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.26.2",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}