-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
114 lines (114 loc) · 3.69 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
{
"name": "ubdotcafe",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"debug": "NODE_OPTIONS='--inspect' next dev",
"gen-types": "supabase gen types typescript --linked > types/supabase.ts"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@react-email/components": "^0.0.11",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-table": "^8.10.7",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-color": "^2.1.12",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-horizontal-rule": "^2.1.12",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-placeholder": "2.1.12",
"@tiptap/extension-task-item": "^2.1.12",
"@tiptap/extension-task-list": "^2.1.12",
"@tiptap/extension-text-style": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@uppy/core": "^3.7.1",
"@uppy/dashboard": "^3.7.1",
"@uppy/drag-drop": "^3.0.3",
"@uppy/file-input": "^3.0.4",
"@uppy/informer": "^3.0.4",
"@uppy/progress-bar": "^3.0.4",
"@uppy/react": "^3.2.1",
"@uppy/status-bar": "^3.2.5",
"@uppy/thumbnail-generator": "^3.0.6",
"@uppy/tus": "^3.4.0",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"framer-motion": "^10.16.5",
"lodash": "^4.17.21",
"lucide-react": "^0.292.0",
"moment": "^2.29.4",
"next": "14.0.2",
"nodemailer": "^6.9.7",
"nodemailer-smtp-transport": "^2.7.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-editor-js": "^2.1.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-moveable": "^0.55.0",
"react-scroll-into-view": "^2.0.2",
"react-scroll-to-top": "^3.0.0",
"react-slugify": "^3.0.3",
"reading-time": "^1.5.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.4",
"typescript": "5.2.2",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"vaul": "^0.7.9",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.201",
"@types/nodemailer": "^6.4.14",
"@types/nodemailer-smtp-transport": "^2.7.8",
"@types/uuid": "^9.0.7",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}