mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 00:16:59 +00:00 
			
		
		
		
	refactor: streamline package.json and tailwind.config.ts
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m56s
				
			- Simplified dependencies in package.json by removing unused packages and organizing existing ones. - Updated tailwind.config.ts for better readability and maintainability, ensuring consistent formatting and structure.
This commit is contained in:
		
							
								
								
									
										142
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										142
									
								
								package.json
									
									
									
									
									
								
							@@ -1,86 +1,60 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "sarlink-portal",
 | 
			
		||||
	"version": "0.1.0",
 | 
			
		||||
	"private": true,
 | 
			
		||||
	"scripts": {
 | 
			
		||||
		"dev": "next dev --turbopack",
 | 
			
		||||
		"build": "next build",
 | 
			
		||||
		"start": "next start",
 | 
			
		||||
		"lint": "next lint"
 | 
			
		||||
	},
 | 
			
		||||
	"dependencies": {
 | 
			
		||||
		"@faker-js/faker": "^9.3.0",
 | 
			
		||||
		"@hookform/resolvers": "^5.1.1",
 | 
			
		||||
		"@pyncz/tailwind-mask-image": "^2.0.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",
 | 
			
		||||
		"@tanstack/react-query": "^5.61.4",
 | 
			
		||||
		"axios": "^1.8.4",
 | 
			
		||||
		"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",
 | 
			
		||||
		"jotai": "2.8.0",
 | 
			
		||||
		"lucide-react": "^0.523.0",
 | 
			
		||||
		"millify": "^6.1.0",
 | 
			
		||||
		"moment": "^2.30.1",
 | 
			
		||||
		"motion": "^12.15.0",
 | 
			
		||||
		"next": "15.3.3",
 | 
			
		||||
		"next-auth": "^4.24.11",
 | 
			
		||||
		"next-themes": "^0.4.6",
 | 
			
		||||
		"nextjs-toploader": "^3.7.15",
 | 
			
		||||
		"nuqs": "^2.4.3",
 | 
			
		||||
		"react": "19.1.0",
 | 
			
		||||
		"react-aria-components": "^1.5.0",
 | 
			
		||||
		"react-day-picker": "^9.7.0",
 | 
			
		||||
		"react-dom": "19.1.0",
 | 
			
		||||
		"react-hook-form": "^7.58.1",
 | 
			
		||||
		"react-phone-number-input": "^3.4.9",
 | 
			
		||||
		"react-resizable-panels": "^3.0.3",
 | 
			
		||||
		"recharts": "^3.0.0",
 | 
			
		||||
		"sonner": "^2.0.5",
 | 
			
		||||
		"tailwind-merge": "^3.3.1",
 | 
			
		||||
		"tailwindcss-animate": "^1.0.7",
 | 
			
		||||
		"vaul": "^1.1.2",
 | 
			
		||||
		"zod": "^3.25.67"
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"@biomejs/biome": "1.9.4",
 | 
			
		||||
		"@types/node": "^22.10.2",
 | 
			
		||||
		"@types/react": "^19.1.0",
 | 
			
		||||
		"@types/react-dom": "^19.1.2",
 | 
			
		||||
		"eslint": "^9.17.0",
 | 
			
		||||
		"eslint-config-next": "15.1.2",
 | 
			
		||||
		"postcss": "^8.4.49",
 | 
			
		||||
		"tailwindcss": "^3.4.17",
 | 
			
		||||
		"tailwindcss-motion": "^1.1.0",
 | 
			
		||||
		"ts-node": "^10.9.2",
 | 
			
		||||
		"typescript": "^5.8.3"
 | 
			
		||||
	}
 | 
			
		||||
  "name": "sarlink-portal",
 | 
			
		||||
  "version": "0.1.0",
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "next dev --turbopack",
 | 
			
		||||
    "build": "next build",
 | 
			
		||||
    "start": "next start",
 | 
			
		||||
    "lint": "next lint"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@faker-js/faker": "^9.3.0",
 | 
			
		||||
    "@hookform/resolvers": "^5.1.1",
 | 
			
		||||
    "@pyncz/tailwind-mask-image": "^2.0.0",
 | 
			
		||||
    "@tanstack/react-query": "^5.61.4",
 | 
			
		||||
    "axios": "^1.8.4",
 | 
			
		||||
    "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",
 | 
			
		||||
    "jotai": "2.8.0",
 | 
			
		||||
    "lucide-react": "^0.523.0",
 | 
			
		||||
    "millify": "^6.1.0",
 | 
			
		||||
    "moment": "^2.30.1",
 | 
			
		||||
    "motion": "^12.15.0",
 | 
			
		||||
    "next": "15.3.3",
 | 
			
		||||
    "next-auth": "^4.24.11",
 | 
			
		||||
    "next-themes": "^0.4.6",
 | 
			
		||||
    "nextjs-toploader": "^3.7.15",
 | 
			
		||||
    "nuqs": "^2.4.3",
 | 
			
		||||
    "radix-ui": "^1.4.2",
 | 
			
		||||
    "react": "19.1.0",
 | 
			
		||||
    "react-aria-components": "^1.5.0",
 | 
			
		||||
    "react-day-picker": "^9.7.0",
 | 
			
		||||
    "react-dom": "19.1.0",
 | 
			
		||||
    "react-hook-form": "^7.58.1",
 | 
			
		||||
    "react-phone-number-input": "^3.4.9",
 | 
			
		||||
    "react-resizable-panels": "^3.0.3",
 | 
			
		||||
    "recharts": "^3.0.0",
 | 
			
		||||
    "sonner": "^2.0.5",
 | 
			
		||||
    "tailwind-merge": "^3.3.1",
 | 
			
		||||
    "tailwindcss-animate": "^1.0.7",
 | 
			
		||||
    "vaul": "^1.1.2",
 | 
			
		||||
    "zod": "^3.25.67"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@types/node": "^22.10.2",
 | 
			
		||||
    "@types/react": "^19.1.0",
 | 
			
		||||
    "@types/react-dom": "^19.1.2",
 | 
			
		||||
    "eslint": "^9.17.0",
 | 
			
		||||
    "eslint-config-next": "15.1.2",
 | 
			
		||||
    "postcss": "^8.4.49",
 | 
			
		||||
    "tailwindcss": "^3.4.17",
 | 
			
		||||
    "tailwindcss-motion": "^1.1.0",
 | 
			
		||||
    "ts-node": "^10.9.2",
 | 
			
		||||
    "typescript": "^5.8.3"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user