-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 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
{
"name": "shadcn-ui-template",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"server": "node server/server.js",
"server:dev": "node --watch server/server.js"
},
"dependencies": {
"@clerk/clerk-react": "^5.27.0",
"@clerk/express": "^1.4.5",
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/vite": "^4.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"compression": "^1.8.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.6.0",
"express": "^4.21.2",
"input-otp": "^1.4.2",
"lucide-react": "^1.6.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.14.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^4.7.6",
"recharts": "^3.8.0",
"remark-gfm": "^4.0.1",
"resend": "^4.5.2",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"stripe": "^17.7.0",
"svix": "^1.67.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
}
}