Skip to content

Commit 894d245

Browse files
committed
feat: added new charter page
1 parent f5cf33e commit 894d245

File tree

3 files changed

+703
-1
lines changed

3 files changed

+703
-1
lines changed

infrastructure/group-charter-manager/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,28 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@hookform/resolvers": "^3.10.0",
13+
"@radix-ui/react-dialog": "^1.1.7",
1214
"@radix-ui/react-dropdown-menu": "^2.1.7",
15+
"@radix-ui/react-label": "^2.1.3",
16+
"@radix-ui/react-popover": "^1.1.7",
1317
"@radix-ui/react-slot": "^1.2.0",
18+
"@radix-ui/react-switch": "^1.1.4",
1419
"@tailwindcss/typography": "^0.5.16",
20+
"@tiptap/extension-placeholder": "^2.24.0",
21+
"@tiptap/react": "^2.24.0",
22+
"@tiptap/starter-kit": "^2.24.0",
1523
"class-variance-authority": "^0.7.1",
1624
"clsx": "^2.1.1",
25+
"cmdk": "^1.1.1",
1726
"lucide-react": "^0.453.0",
1827
"next": "15.4.2",
1928
"react": "19.1.0",
2029
"react-dom": "19.1.0",
30+
"react-hook-form": "^7.55.0",
2131
"tailwind-merge": "^3.3.1",
22-
"tailwindcss-animate": "^1.0.7"
32+
"tailwindcss-animate": "^1.0.7",
33+
"zod": "^3.24.2"
2334
},
2435
"devDependencies": {
2536
"@eslint/eslintrc": "^3",

0 commit comments

Comments
 (0)