{
  "name": "@abas/payroll",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --port 3004",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "postbuild": "[ -d .next/standalone ] && (cp -r .next/static .next/standalone/apps/web/payroll/.next/static && mv .next/standalone/apps/web/payroll/app.js .next/standalone) || echo 'Standalone directory not found, skipping.'"
  },
  "dependencies": {
    "@abas/shadcn": "*",
    "@abas/shared-types": "*",
    "@abas/ui": "*",
    "@hookform/resolvers": "^5.2.2",
    "next": "16.1.6",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-hook-form": "^7.71.2",
    "yup": "^1.7.1",
    "zustand": "^5.0.11"
  },
  "devDependencies": {
    "@abas/eslint-config": "*",
    "@abas/tailwind-config": "*",
    "@abas/typescript-config": "*",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.1.6",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
