-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (105 loc) · 3.21 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
{
"name": "myapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev"
},
"dependencies": {
"@clerk/nextjs": "^5.3.1",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^2.1.2",
"@knocklabs/node": "^0.6.13",
"@knocklabs/react": "^0.2.27",
"@next/third-parties": "^14.2.7",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@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-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "0.0.23",
"@tabler/icons-react": "^3.12.0",
"@tanstack/react-query": "^5.55.4",
"@tanstack/react-table": "^8.20.1",
"@tiptap/core": "^2.6.2",
"@tiptap/extension-code-block-lowlight": "^2.6.2",
"@tiptap/extension-color": "^2.6.2",
"@tiptap/extension-heading": "^2.6.2",
"@tiptap/extension-horizontal-rule": "^2.6.2",
"@tiptap/extension-image": "^2.6.2",
"@tiptap/extension-link": "^2.6.2",
"@tiptap/extension-placeholder": "^2.6.2",
"@tiptap/extension-text-style": "^2.6.2",
"@tiptap/extension-typography": "^2.6.2",
"@tiptap/pm": "^2.6.2",
"@tiptap/react": "^2.6.2",
"@tiptap/starter-kit": "^2.6.2",
"algoliasearch": "^5.1.1",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.28",
"groq-sdk": "^0.5.0",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.15.0",
"lodash": "^4.17.21",
"lowlight": "^3.1.0",
"lucide-react": "^0.427.0",
"next": "^14.2.17",
"next-cloudinary": "^6.10.0",
"next-themes": "^0.3.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-select": "^5.8.0",
"recharts": "^2.12.7",
"resend": "^4.0.0",
"server-only": "^0.0.1",
"svix": "^1.31.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.4",
"prisma": "^5.18.0"
},
"devDependencies": {
"@prisma/client": "^5.18.0",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.17.7",
"@types/node": "^20",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"react-email": "^3.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}