Updates: - vite: 4.5.3→4.5.14, 5.4.6→5.4.21 - nodemailer: 6.7.8→7.0.11 - @playwright/test: 1.45.3→1.55.1 - next-auth: 4.22.1→4.24.13 - class-validator: 0.14.0→0.14.3 - dompurify: 3.2.3→3.3.1 Includes type fixes for next-auth adapter compatibility
36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"name": "@calcom/base",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:e2e": "PORT=4322 next dev",
|
|
"dev": "PORT=4321 next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint .",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/atoms": "workspace:*",
|
|
"@prisma/client": "6.7.0",
|
|
"next": "16.1.0",
|
|
"prisma": "^6.7.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-select": "^5.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/eslint-config": "workspace:*",
|
|
"@playwright/test": "^1.55.1",
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^20.3.1",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"dotenv": "^17.2.1",
|
|
"postcss": "8.5.6",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|