{ "name": "@edr/passenger-backoffice", "version": "0.0.0", "private": true, "scripts": { "dev": "next dev -p 5184", "build": "next build", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit" }, "dependencies": { "@edr/types": "workspace:*", "@edr/ui-common": "workspace:*", "@tanstack/react-query": "^5.59.0", "axios": "^1.7.7", "clsx": "^2.1.1", "date-fns": "^3.0.0", "lucide-react": "^0.446.0", "next": "^14.2.0", "react": "^18.3.1", "react-dom": "^18.3.1", "recharts": "^2.12.0", "zustand": "^5.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-config-next": "^14.2.0", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", "typescript": "^5.5.4" } }