-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.56 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
{
"name": "cibuson-app",
"version": "1.1.4",
"author": {
"name": "Eyal Levi",
"url": "https://github.com/LeviEyal",
"email": "happyeyal@gmail.com"
},
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "next dev",
"dev:backend": "convex dev -v",
"predev": "convex dev --until-success",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@clerk/clerk-sdk-node": "^5.0.27",
"@clerk/elements": "^0.10.5",
"@clerk/localizations": "^2.5.2",
"@clerk/nextjs": "^5.2.5",
"@convex-dev/rate-limiter": "^0.2.5",
"@ducanh2912/next-pwa": "^10.2.8",
"@google-cloud/local-auth": "^3.0.1",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@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-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"convex": "^1.18.2",
"framer-motion": "^11.3.29",
"googleapis": "^140.0.1",
"html-to-text": "^9.0.5",
"lucide-react": "^0.428.0",
"moment": "^2.30.1",
"next": "14.2.5",
"next-themes": "^0.3.0",
"nodemailer": "^6.10.0",
"openai": "^4.53.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-infinite-scroller": "^1.2.6",
"react-swipe-to-reveal-actions": "^1.1.1",
"react-web-share": "^2.0.2",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-directional-shadows": "^0.1.13",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-infinite-scroller": "^1.2.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"npm-run-all": "^4.1.5",
"postcss": "^8",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.93.0"
}
}