Files
2026-08-12 11:24:12 +03:00

42 lines
1.0 KiB
JSON

{
"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",
"exceljs": "^4.4.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.446.0",
"next": "^14.2.0",
"react": "^18.3.1",
"react-day-picker": "^9.14.0",
"react-dom": "^18.3.1",
"recharts": "^2.12.0",
"socket.io-client": "^4.8.3",
"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"
}
}