Files
music-metadata-manager/music-metadata-manager-frontend/package.json
Gabriel Kaszewski 1c3ca344c0
Some checks failed
CI / Check Style (push) Failing after 50s
CI / Run Clippy (push) Failing after 4m58s
CI / Run Tests (push) Failing after 3h0m14s
feat: add UI components for skeleton, slider, sonner, switch, table, tabs, textarea, toggle group, toggle, tooltip, and mobile detection hook
- Implemented Skeleton component for loading states.
- Created Slider component using Radix UI for customizable sliders.
- Added Sonner component for toast notifications with theme support.
- Developed Switch component for toggle functionality.
- Introduced Table component with subcomponents for structured data display.
- Built Tabs component for tabbed navigation.
- Created Textarea component for multi-line text input.
- Implemented ToggleGroup and Toggle components for grouped toggle buttons.
- Added Tooltip component for displaying additional information on hover.
- Created useIsMobile hook for mobile device detection.
- Added utility functions for class name merging.
- Configured TypeScript settings for the project.
2025-07-26 01:12:25 +02:00

72 lines
2.2 KiB
JSON

{
"name": "music-metadata-manager-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.15",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.525.0",
"next": "15.4.4",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-day-picker": "^9.8.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.61.1",
"react-resizable-panels": "^3.0.3",
"recharts": "2.15.4",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6",
"vaul": "^1.1.2",
"zod": "^4.0.10"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"@eslint/eslintrc": "^3"
}
}