{ "name": "portal", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port 9603", "build": "next build", "start": "next start --port 9602", "lint": "next lint", "test": "jest src/tests/utils src/tests/components src/tests/api-helpers.test.ts", "test:all": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "nginx-export": "next export" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@hookform/resolvers": "^3.9.1", "@mantine/core": "^8.1.3", "@mantine/hooks": "^8.1.3", "@material-tailwind/react": "^2.1.10", "@mui/material": "^7.0.2", "@radix-ui/react-accordion": "^1.2.2", "@radix-ui/react-alert-dialog": "^1.1.4", "@radix-ui/react-aspect-ratio": "^1.1.1", "@radix-ui/react-avatar": "^1.1.2", "@radix-ui/react-checkbox": "^1.1.3", "@radix-ui/react-collapsible": "^1.1.2", "@radix-ui/react-context-menu": "^2.2.4", "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-hover-card": "^1.1.4", "@radix-ui/react-label": "^2.1.1", "@radix-ui/react-menubar": "^1.1.4", "@radix-ui/react-navigation-menu": "^1.2.3", "@radix-ui/react-popover": "^1.1.4", "@radix-ui/react-progress": "^1.1.1", "@radix-ui/react-radio-group": "^1.2.2", "@radix-ui/react-scroll-area": "^1.2.2", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-separator": "^1.1.1", "@radix-ui/react-slider": "^1.2.2", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-toast": "^1.2.4", "@radix-ui/react-toggle": "^1.1.1", "@radix-ui/react-toggle-group": "^1.1.1", "@radix-ui/react-tooltip": "^1.1.6", "@tanstack/react-query": "^5.74.11", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.6", "@types/crypto-js": "^4.2.2", "@types/nprogress": "^0.2.3", "@types/react-resizable": "^3.0.8", "@types/react-window": "^1.8.8", "@vercel/analytics": "^1.5.0", "@vercel/speed-insights": "^1.2.0", "ag-grid-community": "^33.2.4", "ag-grid-react": "^33.2.4", "antd": "^5.24.9", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.0.4", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "embla-carousel-react": "8.5.1", "framer-motion": "^12.7.4", "i18next": "^25.0.1", "input-otp": "1.4.1", "lucide-react": "^0.454.0", "mantine-react-table": "2.0.0-beta.9", "next": "^15.2.4", "next-themes": "^0.4.4", "nprogress": "^0.2.0", "qrcode.react": "^4.2.0", "react": "^19.1.0", "react-data-grid": "^7.0.0-beta.52", "react-day-picker": "8.10.1", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.1.0", "react-hook-form": "^7.54.1", "react-i18next": "^15.4.1", "react-icons": "^5.5.0", "react-resizable": "^3.0.5", "react-resizable-panels": "^2.1.7", "react-tsparticles": "^2.12.2", "react-window": "^1.8.11", "react-window-infinite-loader": "^1.0.10", "recharts": "2.15.0", "rxjs": "latest", "sonner": "^1.7.1", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "tsparticles": "^3.8.1", "tsparticles-slim": "^2.12.0", "tw-animate-css": "^1.2.5", "vaul": "^0.9.6", "zod": "^3.24.3" }, "devDependencies": { "@babel/core": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@tailwindcss/postcss": "^4.1.4", "@testing-library/cypress": "^10.0.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^14.3.1", "@testing-library/react-hooks": "^7.0.2", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/node": "^22", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "autoprefixer": "^10.4.21", "babel-jest": "^29.7.0", "cypress": "^14.3.3", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.3", "tailwindcss": "^4.1.4", "ts-jest": "^29.3.2", "typescript": "^5", "vitest": "^3.1.2" } }