{ "name": "erp-system", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --webpack", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@base-ui/react": "^1.6.0", "@hookform/resolvers": "^5.4.0", "@radix-ui/react-icons": "^1.3.2", "@tanstack/react-query": "^5.101.2", "@xyflow/react": "^12.11.2", "chart.js": "^4.5.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.4.0", "lucide-react": "^1.23.0", "next": "16.2.10", "next-themes": "^0.4.6", "react": "19.2.4", "react-chartjs-2": "^5.3.1", "react-day-picker": "^10.0.1", "react-dom": "19.2.4", "react-hook-form": "^7.81.0", "react-loading-skeleton": "^3.5.0", "shadcn": "^4.13.0", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.10", "tailwindcss": "^4", "typescript": "^5" } }