{ "name": "@edr/freight-backoffice", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --clearScreen false", "prebuild": "node -e \"const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true});\"", "build": "vite build", "preview": "vite preview --port 5183", "lint": "eslint src", "test": "vitest run", "type-check": "tsc -b" }, "dependencies": { "@edr/types": "workspace:*", "@edr/ui-common": "workspace:*", "@hello-pangea/dnd": "^18.0.1", "@hookform/resolvers": "^5.4.0", "@mantine/core": "^9.3.0", "@mantine/dates": "^9.3.0", "@mantine/hooks": "^9.3.0", "@mdxeditor/editor": "^4.2.0", "@posthog/react": "^1.10.3", "@radix-ui/react-accordion": "^1.2.13", "@radix-ui/react-alert-dialog": "^1.1.16", "@radix-ui/react-avatar": "^1.1.12", "@radix-ui/react-checkbox": "^1.3.4", "@radix-ui/react-collapsible": "^1.1.13", "@radix-ui/react-context-menu": "^2.3.0", "@radix-ui/react-dialog": "^1.1.16", "@radix-ui/react-dropdown-menu": "^2.1.17", "@radix-ui/react-hover-card": "^1.1.16", "@radix-ui/react-label": "^2.1.9", "@radix-ui/react-navigation-menu": "^1.2.15", "@radix-ui/react-popover": "^1.1.16", "@radix-ui/react-progress": "^1.1.9", "@radix-ui/react-radio-group": "^1.4.0", "@radix-ui/react-scroll-area": "^1.2.11", "@radix-ui/react-select": "^2.3.0", "@radix-ui/react-separator": "^1.1.9", "@radix-ui/react-slider": "^1.4.0", "@radix-ui/react-slot": "^1.2.5", "@radix-ui/react-switch": "^1.3.0", "@radix-ui/react-tabs": "^1.1.14", "@radix-ui/react-toast": "^1.2.16", "@radix-ui/react-toggle-group": "^1.1.12", "@radix-ui/react-tooltip": "^1.2.9", "@react-pdf-viewer/core": "^3.12.0", "@react-pdf-viewer/default-layout": "^3.12.0", "@react-pdf-viewer/zoom": "^3.12.0", "@react-pdf/renderer": "^4.5.1", "@reduxjs/toolkit": "^2.12.0", "@tabler/icons-react": "^3.44.0", "@tanstack/react-query": "^5.100.11", "@tanstack/react-table": "^8.21.3", "@tinymce/tinymce-react": "^6.3.0", "@tria-plc/iamui": "file:../../../local-packages/tria-plc-iamui-0.1.1.tgz", "@types/three": "^0.185.3", "@vis.gl/react-google-maps": "^1.8.3", "axios": "^1.7.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^3.6.0", "dayjs": "^1.11.21", "dompurify": "^3.4.8", "ethiopian-calendar-date-converter": "^2.1.6", "file-type": "^18.7.0", "framer-motion": "^12.40.0", "html2canvas": "^1.4.1", "i18next": "^26.3.5", "i18next-browser-languagedetector": "^8.2.1", "jquery": "^3.7.1", "js-cookie": "^3.0.8", "jspdf": "^3.0.4", "libphonenumber-js": "^1.12.24", "lodash": "^4.18.1", "lucide-react": "^1.14.0", "next-themes": "^0.4.6", "pdf-lib": "^1.17.1", "posthog-js": "^1.400.1", "prop-types": "^15.8.1", "qs": "^6.15.2", "radix-ui": "^1.4.3", "react": "19.2.6", "react-css-nocode-editor": "^1.0.13", "react-day-picker": "^9.14.0", "react-dom": "19.2.6", "react-dropzone": "^14.4.1", "react-hook-form": "^7.77.0", "react-hot-toast": "^2.6.0", "react-i18next": "^17.0.8", "react-icons": "^5.6.0", "react-image-crop": "^11.0.10", "react-intersection-observer": "^9.16.0", "react-markdown": "^9.1.0", "react-pdf": "^10.4.1", "react-pdf-html": "^2.1.5", "react-quill-new": "^3.8.3", "react-resizable-panels": "^3.0.6", "react-router-dom": "^6.27.0", "react-signature-canvas": "1.1.0-alpha.2", "recharts": "^3.8.1", "socket.io-client": "^4.8.3", "sonner": "^2.0.7", "stream-browserify": "^3.0.0", "tailwind-merge": "^3.6.0", "three": "^0.185.1", "tinymce": "^8.6.0", "xlsx": "^0.18.5", "zod": "^3.25.76", "zustand": "^5.0.0" }, "devDependencies": { "@edr/eslint-config": "workspace:*", "@edr/tsconfig": "workspace:*", "@tailwindcss/vite": "^4.3.0", "@types/google.maps": "^3.65.2", "@types/jquery": "^3.5.34", "@types/js-cookie": "^3.0.6", "@types/lodash": "^4.17.24", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.2", "autoprefixer": "^10.4.20", "jsdom": "^25.0.1", "postcss": "^8.4.47", "tailwindcss": "^4.3.0", "typescript": "^5.5.4", "vite": "^5.4.8", "vitest": "^2.1.2" } }