Files
Compass/_old/package.json
MartinBraquet 14c12ffb08 Rename
2025-09-18 11:19:09 +02:00

79 lines
2.2 KiB
JSON

{
"name": "Compass",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"postinstall": "npx prisma generate --no-engine",
"build": "npx prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:update": "jest --updateSnapshot"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@aws-sdk/client-s3": "^3.855.0",
"@aws-sdk/s3-request-presigner": "^3.855.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@heroicons/react": "^2.2.0",
"@mui/material": "^7.2.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@playwright/test": "^1.54.2",
"@prisma/client": "^6.12.0",
"@prisma/extension-accelerate": "^2.0.2",
"@radix-ui/react-select": "^2.2.5",
"@react-email/render": "^1.1.3",
"@supabase/supabase-js": "^2.53.0",
"@types/uuid": "^10.0.0",
"@upstash/ratelimit": "^2.0.6",
"@upstash/redis": "^1.35.3",
"bcryptjs": "^3.0.2",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express-rate-limit": "^8.0.1",
"heroicons": "^2.2.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.503.0",
"next": "^15.4.4",
"next-auth": "^4.24.11",
"next-rate-limit": "^0.0.3",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"resend": "^4.7.0",
"tailwind-merge": "^3.3.1",
"use-debounce": "^10.0.5",
"uuid": "^11.1.0",
"wait-on": "^8.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"postcss": "^8",
"prisma": "^6.13.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
}
}