2025-08-20 18:02:50 +09:00
|
|
|
packages:
|
2025-12-10 13:38:16 +09:00
|
|
|
- apps/*
|
|
|
|
|
- packages/*
|
2025-12-12 14:50:12 +09:00
|
|
|
|
|
|
|
|
catalog:
|
2026-02-03 18:46:51 +09:00
|
|
|
"@types/node": ^25.2.0
|
|
|
|
|
typescript: ^5.9.3
|
refactor: complete shadcn/ui migration and unify raw HTML with component library
- Migrate all molecule components (DataTable, PaginationBar, FilterDropdown,
AlertBanner, FormField, SectionCard, SubCard, MetricCard, AnimatedCard,
OtpInput) to shadcn/ui primitives with legacy backups and comparison stories
- Install 24 shadcn/ui primitives (accordion, alert, badge, button, card,
checkbox, collapsible, dialog, dropdown-menu, input-otp, input, label,
pagination, popover, radio-group, select, separator, sheet, skeleton,
table, tabs, toggle-group, toggle, tooltip) with barrel exports
- Replace 69 raw HTML elements across all features with shadcn components:
35+ <button> → Button, 5 <select> → Select, 15+ <label> → Label,
6 <input type=checkbox> → Checkbox, 7 <input type=radio> → RadioGroup
- Add TextRotate animation component and integrate into hero section
with rotating service names (Internet, Phone Plans, VPN, IT Support, Business)
- Add destructive color token aliases for error state consistency
- Add CLAUDE.md rules for shadcn migration process
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:21:36 +09:00
|
|
|
zod: ^4.2.1
|
|
|
|
|
|
2026-02-05 15:38:59 +09:00
|
|
|
onlyBuiltDependencies:
|
|
|
|
|
- "@nestjs/core"
|
|
|
|
|
- "@prisma/engines"
|
|
|
|
|
- "@swc/core"
|
|
|
|
|
- argon2
|
|
|
|
|
- esbuild
|
|
|
|
|
- prisma
|
|
|
|
|
- protobufjs
|
|
|
|
|
- sharp
|
|
|
|
|
- ssh2
|
|
|
|
|
- unrs-resolver
|