-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.93 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
{
"name": "giftamizer",
"version": "5.1.2",
"private": true,
"dependencies": {
"@floating-ui/react": "^0.27.20",
"@fontsource-variable/inter": "^5.3.0",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-radio-group": "^1.4.7",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tooltip": "^1.2.16",
"@reactour/mask": "^1.2.0",
"@supabase/realtime-js": "2.7.4",
"@supabase/supabase-js": "2.34.0",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/react-query": "^4.44.0",
"@tiptap/extension-image": "^3.29.0",
"@tiptap/extension-link": "^3.29.0",
"@tiptap/extension-placeholder": "^3.29.0",
"@tiptap/pm": "^3.29.0",
"@tiptap/react": "^3.29.0",
"@tiptap/starter-kit": "^3.29.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^1.27.0",
"moment": "^2.30.1",
"react": "^19.2.7",
"react-cropper": "^2.3.3",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.7",
"react-dropzone": "^15.0.0",
"react-ga4": "^3.0.1",
"react-router-dom": "^7.18.1",
"react-snowfall": "^2.4.0",
"react-transition-group": "^4.4.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tiptap-markdown": "^0.9.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"use-debounce": "^10.1.1"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react-swc": "^4.2.1",
"vite": "^7.3.4"
}
}