Files
edr-platform/apps/edr-passenger-web/portal/package.json
2026-07-07 14:07:50 +00:00

47 lines
1.1 KiB
JSON

{
"name": "@edr/passenger-portal",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev -p 5174",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@edr/types": "workspace:*",
"@edr/ui-common": "workspace:*",
"@hookform/resolvers": "^3.3.4",
"@tanstack/react-query": "^5.59.0",
"@types/qrcode": "^1.5.6",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"date-fns": "^3.0.0",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.8",
"lucide-react": "^0.446.0",
"next": "^14.2.0",
"qrcode": "^1.5.4",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.0",
"socket.io-client": "^4.8.3",
"zod": "^3.22.4",
"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"
}
}