-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.68 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
{
"name": "hack-stack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"convex:dev": "convex dev",
"email:dev": "email dev"
},
"dependencies": {
"@clerk/clerk-sdk-node": "5.0.1",
"@clerk/nextjs": "5.0.2",
"@clerk/themes": "1.7.13",
"@hookform/resolvers": "3.3.4",
"@nextui-org/react": "2.3.6",
"@react-email/components": "0.0.16",
"@react-email/render": "0.0.12",
"@react-email/tailwind": "0.0.15",
"chart.js": "4.4.2",
"clsx": "2.1.1",
"convex": "1.11.2",
"convex-helpers": "0.1.34",
"dayjs": "1.11.10",
"framer-motion": "11.1.7",
"friendly-username-generator": "2.0.4",
"html-to-image": "1.11.11",
"imagekit": "5.0.1",
"jsonwebtoken": "9.0.2",
"lucide-react": "0.373.0",
"next": "14.2.3",
"next-themes": "0.3.0",
"nextjs-toploader": "1.6.12",
"rc-upload": "4.5.2",
"react": "18.3.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.0",
"react-email": "2.1.1",
"react-hook-form": "7.51.3",
"react-resizable-panels": "2.0.18",
"react-rough-notation": "1.0.5",
"react-use-wizard": "2.3.0",
"reactflow": "11.11.2",
"resend": "3.2.0",
"sonner": "1.4.41",
"svix": "1.21.0",
"tailwind-merge": "2.3.0",
"valtio": "1.13.2",
"zod": "3.23.4"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/jsonwebtoken": "9.0.6",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}