rewrite
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 33s

This commit is contained in:
2026-08-02 19:58:39 +05:00
parent 292bb29099
commit c6015e27a6
162 changed files with 18094 additions and 469 deletions
+38 -3
View File
@@ -1,7 +1,7 @@
{
"name": "frontend-vite",
"name": "sarlink-portal-webui",
"private": true,
"version": "0.0.0",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -10,15 +10,50 @@
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@pyncz/tailwind-mask-image": "^2.0.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-slider": "^1.3.5",
"@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",
"moment": "^2.30.1",
"motion": "^12.15.0",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"radix-ui": "^1.4.2",
"react": "^19.2.8",
"react-dom": "^19.2.8"
"react-aria-components": "^1.5.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.2.8",
"react-hook-form": "^7.58.1",
"react-phone-number-input": "^3.4.9",
"react-resizable-panels": "^3.0.3",
"react-router-dom": "^7.1.1",
"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": {
"@tailwindcss/vite": "^4.1.11",
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"tailwindcss": "^4.1.11",
"tailwindcss-motion": "^1.1.0",
"tw-animate-css": "^1.3.4",
"typescript": "~6.0.2",
"vite": "^8.2.0"
}