espace-paie-odentas/package.json
odentas 266eb3598a feat: Implémenter store global Zustand + calcul total quantités + fix structure field + montants personnalisés virements
- Créer hook useStaffOrgSelection avec persistence localStorage
- Ajouter badge StaffOrgBadge dans Sidebar
- Synchroniser filtres org dans toutes les pages (contrats, cotisations, facturation, etc.)
- Fix calcul cachets: utiliser totalQuantities au lieu de dates.length
- Fix structure field bug: ne plus écraser avec production_name
- Ajouter création note lors modification contrat
- Implémenter montants personnalisés pour virements salaires
- Migrations SQL: custom_amount + fix_structure_field
- Réorganiser boutons ContractEditor en carte flottante droite
2025-12-01 21:51:57 +01:00

82 lines
2.3 KiB
JSON

{
"name": "odentas-espace-paie",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"dev:network": "node server.js",
"dev:mobile": "./dev-with-network.sh",
"dev:network:alt": "PORT=3001 node server.js",
"test:network": "node test-server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.896.0",
"@aws-sdk/client-lambda": "^3.919.0",
"@aws-sdk/client-s3": "^3.896.0",
"@aws-sdk/client-ses": "^3.896.0",
"@aws-sdk/s3-request-presigner": "^3.894.0",
"@hyzyla/pdfium": "^2.1.9",
"@radix-ui/react-dialog": "^1.1.15",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/renderer": "^4.3.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.57.4",
"@tanstack/react-query": "^5.56.2",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"aws-sdk": "^2.1692.0",
"axios": "^1.12.2",
"bcryptjs": "^3.0.2",
"canvas-confetti": "^1.9.4",
"cloudinary": "^2.8.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.2",
"framer-motion": "^12.23.24",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jspdf": "^3.0.3",
"lucide-react": "^0.460.0",
"next": "^14.2.5",
"nprogress": "^0.2.0",
"pako": "^2.1.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"pdf-to-img": "^5.0.0",
"pdf2pic": "^3.2.0",
"posthog-js": "^1.275.1",
"posthog-node": "^5.9.5",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.62.0",
"react-pdf": "^10.2.0",
"sharp": "^0.34.4",
"sonner": "^2.0.7",
"tailwind-merge": "^2.6.0",
"use-debounce": "^10.0.6",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "24.3.1",
"@types/pako": "^2.0.4",
"@types/qrcode": "^1.5.6",
"@types/react": "19.1.12",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.1",
"eslint-config-next": "15.5.4",
"handlebars": "^4.7.8",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}