{ "name": "fems-app", "version": "0.1.0", "description": "Factory Energy Management System", "private": true, "scripts": { "dev": "next dev -p 3003", "build": "next build", "start": "next start -p 3003", "lint": "next lint" }, "dependencies": { "@angular/common": "8.1.1", "@angular/core": "8.1.1", "@hookform/resolvers": "^3.9.1", "@radix-ui/react-alert-dialog": "^1.1.2", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.1", "@radix-ui/react-tabs": "^1.1.1", "@radix-ui/react-toast": "^1.2.2", "@shadcn/ui": "^0.0.4", "@tanstack/react-query": "^5.59.16", "@tanstack/react-query-devtools": "^5.59.16", "@tanstack/react-table": "^8.20.6", "@types/js-cookie": "^3.0.6", "@types/react-dropzone": "^5.1.0", "angular2-uuid": "1.1.1", "axios": "^1.7.7", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "critters": "^0.0.25", "date-fns": "^4.1.0", "jose": "^5.9.6", "js-cookie": "^3.0.5", "lucide-react": "^0.454.0", "next": "14.2.16", "next-themes": "^0.3.0", "providers": "^0.5.0", "react": "^18", "react-day-picker": "^9.2.1", "react-dom": "^18", "react-hook-form": "^7.53.1", "recharts": "^2.13.3", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", "tslib": "1.10.0", "zod": "^3.23.8", "zustand": "^5.0.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.16", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }