-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.38 KB
/
package.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "aveer.hr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"supabase:type": "supabase gen types typescript --local > src/type/database.types.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@hookform/resolvers": "^3.9.0",
"@number-flow/react": "^0.2.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "0.0.24",
"@sentry/nextjs": "^8.34.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-table": "^8.20.1",
"@tippyjs/react": "^4.2.6",
"@tiptap-pro/extension-drag-handle-react": "^2.11.9",
"@tiptap-pro/extension-emoji": "^2.11.9",
"@tiptap-pro/extension-file-handler": "^2.11.9",
"@tiptap-pro/extension-unique-id": "^2.11.9",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-focus": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-horizontal-rule": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-subscript": "^2.9.1",
"@tiptap/extension-superscript": "^2.9.1",
"@tiptap/extension-text-align": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-typography": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/html": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@wojtekmaj/react-hooks": "^1.21.0",
"@xyflow/react": "^12.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"core-js": "^3.38.1",
"date-fns": "^3.6.0",
"firebase": "^11.0.1",
"google-auth-library": "^9.14.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.424.0",
"next": "^14.2.14",
"next-themes": "^0.3.0",
"react": "^18",
"react-colorful": "^5.6.1",
"react-day-picker": "^9.1.3",
"react-documents": "^1.2.1",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-pdf": "^9.1.0",
"recharts": "^2.13.0-alpha.4",
"resend": "^4.0.0",
"sass": "^1.77.8",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.3",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/core-js": "^2.5.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}