feat: implement dynamic sidebar attribute injection based on selected campaign rule events and add UI component library.

This commit is contained in:
2026-07-14 19:15:29 +07:00
parent 628d87a55b
commit 19087ec1af
37 changed files with 5807 additions and 205 deletions

View File

@@ -15,14 +15,20 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/geist": "^5.2.9",
"@hookform/resolvers": "^5.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^1.24.0",
"msw": "^2.15.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.81.0",
"react-router-dom": "^7.18.1",
"shadcn": "^4.13.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
@@ -36,5 +42,10 @@
"tailwindcss": "^4.3.2",
"typescript": "~6.0.2",
"vite": "^8.1.1"
},
"msw": {
"workerDirectory": [
"public"
]
}
}
}