-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.62 KB
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
{
"name": "flowcms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@prisma/client-runtime-utils": "^7.8.0",
"@sentry/nextjs": "^10.52.0",
"@supabase/supabase-js": "^2.105.3",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query-devtools": "^5.100.9",
"@tiptap/extension-image": "^3.22.5",
"@tiptap/pm": "^3.22.5",
"@tiptap/react": "^3.22.5",
"@tiptap/starter-kit": "^3.22.5",
"@types/mdx": "^2.0.13",
"@types/pg": "^8.20.0",
"@upstash/qstash": "^2.10.1",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^2.0.1",
"bcryptjs": "^3.0.3",
"better-auth": "^1.6.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"docx": "^9.6.1",
"embla-carousel-react": "^8.6.0",
"fumadocs-core": "15.8.5",
"fumadocs-mdx": "^13.0.8",
"fumadocs-mermaid": "^1.3.1",
"fumadocs-ui": "15.8.5",
"import-in-the-middle": "^3.0.1",
"input-otp": "^1.4.2",
"lucide-react": "^1.14.0",
"mermaid": "^11.15.0",
"motion": "^12.38.0",
"nanoid": "^5.1.11",
"next": "15.5.18",
"next-themes": "^0.4.6",
"pg": "^8.20.0",
"prisma": "^7.8.0",
"radix-ui": "^1.4.3",
"razorpay": "^2.9.6",
"react": "19.1.0",
"react-day-picker": "^10.0.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.75.0",
"react-icons": "^5.6.0",
"react-resizable-panels": "^4.11.0",
"recharts": "3.8.0",
"require-in-the-middle": "^8.0.1",
"resend": "^6.12.3",
"shadcn": "^4.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@react-email/components": "^1.0.12",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "15.5.18",
"prettier": "^3.8.3",
"react-email": "^6.1.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"import-in-the-middle": "3.0.1"
}
}
}