-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.32 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.32 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
{
"name": "profilebase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@base-ui/react": "^1.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.4",
"@neondatabase/serverless": "^1.0.2",
"@octokit/rest": "^22.0.1",
"@prisma/adapter-neon": "^7.2.0",
"@prisma/client": "^7.3.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-switch": "^1.2.6",
"@tabler/icons-react": "^3.36.1",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/extension-link": "^3.16.0",
"@tiptap/extension-placeholder": "^3.16.0",
"@tiptap/extension-text-align": "^3.16.0",
"@tiptap/extension-underline": "^3.16.0",
"@tiptap/react": "^3.16.0",
"@tiptap/starter-kit": "^3.16.0",
"@types/lodash": "^4.17.23",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"@uploadthing/react": "^7.3.3",
"@vercel/analytics": "^1.6.1",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"groq-sdk": "^0.37.0",
"html2pdf.js": "^0.14.0",
"lodash": "^4.17.23",
"lucide-react": "^0.562.0",
"motion": "^12.27.5",
"next": "^16.1.6",
"next-auth": "^5.0.0-beta.30",
"next-themes": "^0.4.6",
"next-view-transitions": "^0.3.5",
"prisma": "^7.3.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.6.0",
"shadcn": "^3.6.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"uploadthing": "^7.7.4",
"uuid": "^13.0.0",
"ws": "^8.19.0",
"zod": "^4.3.6",
"zustand": "^5.0.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"png-to-ico": "^3.0.1",
"sharp": "^0.34.5",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"lodash": "^4.17.23",
"hono": "^4.11.7"
}
}