mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "site-comptage-heure",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --webpack",
|
|
"start": "next start",
|
|
"format": "prettier --write .",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"test:e2e": "cypress run",
|
|
"ci:run": "pnpm build && npx start-server-and-test start http://localhost:3000 test:e2e",
|
|
"db:migrate": "prisma migrate deploy"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@prisma/client": "6.17.1",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@types/bcrypt": "^6.0.0",
|
|
"bcrypt": "^6.0.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"csv-writer": "^1.6.0",
|
|
"date-fns": "^4.1.0",
|
|
"exceljs": "^4.4.0",
|
|
"lucide-react": "^0.546.0",
|
|
"mime-types": "^3.0.2",
|
|
"next": "16.0.7",
|
|
"next-auth": "^4.24.13",
|
|
"next-themes": "^0.4.6",
|
|
"prisma": "6.17.1",
|
|
"react": "19.2.0",
|
|
"react-day-picker": "^9.12.0",
|
|
"react-dom": "19.2.0",
|
|
"react-hook-form": "^7.68.0",
|
|
"rimraf": "^6.1.2",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"uuid": "^13.0.0",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/mime-types": "^3.0.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2",
|
|
"cypress": "^15.7.1",
|
|
"prettier": "^3.7.4",
|
|
"tailwindcss": "^4.1.17",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "19.2.2",
|
|
"@types/react-dom": "19.2.2"
|
|
}
|
|
}
|
|
}
|